Skip to content

Commit e55f034

Browse files
authored
Add Better Stack MCP server (#200)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent fa7f016 commit e55f034

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

servers/com.betterstack-mcp.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.betterstack-mcp",
4+
"name": "Better Stack",
5+
"alias": "betterstack",
6+
"description": "Monitor uptime, manage incidents and on-call schedules, query logs and metrics, and analyze errors through Better Stack's hosted remote MCP server. Authenticates via OAuth in your browser, no local setup or token required.",
7+
"logo": "https://avatars.githubusercontent.com/u/85562337?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"monitoring"
11+
],
12+
"tags": [
13+
"betterstack",
14+
"monitoring",
15+
"uptime",
16+
"incidents",
17+
"on-call",
18+
"logs",
19+
"metrics",
20+
"observability"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.betterstack.com",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "oauth",
31+
"instructions": "Authenticates via OAuth 2.1 in your browser using your Better Stack account. No token setup needed."
32+
},
33+
"contributor": {
34+
"name": "Better Stack",
35+
"github": "BetterStackHQ",
36+
"url": "https://betterstack.com"
37+
},
38+
"links": {
39+
"homepage": "https://betterstack.com",
40+
"documentation": "https://betterstack.com/docs/getting-started/integrations/mcp/"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": false
50+
}
51+
}

0 commit comments

Comments
 (0)