Skip to content

Commit c72fcd2

Browse files
committed
Add 10 new MCP servers: Unstructured, Novu, Langfuse, New Relic, CF AI Gateway, CF Containers, CF Browser, CF Logs, CF Radar, CF AutoRAG
https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 375b573 commit c72fcd2

10 files changed

Lines changed: 527 additions & 0 deletions
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-ai-gateway",
4+
"name": "Cloudflare AI Gateway",
5+
"alias": "cf-ai-gateway",
6+
"description": "Manage Cloudflare AI Gateway for monitoring, caching, and rate limiting AI API calls. View logs, manage configurations, and analyze AI API usage.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["ai-ml", "cloud"],
10+
"tags": ["cloudflare", "ai-gateway", "api-management", "caching", "rate-limiting", "monitoring"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://ai-gateway.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://www.cloudflare.com/products/ai-gateway/",
35+
"documentation": "https://developers.cloudflare.com/ai-gateway/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": false
45+
}
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-autorag",
4+
"name": "Cloudflare AutoRAG",
5+
"alias": "cf-autorag",
6+
"description": "Use Cloudflare AutoRAG (AI Search) to build and query retrieval-augmented generation pipelines. Index content and run semantic search at the edge.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["ai-ml", "search"],
10+
"tags": ["cloudflare", "autorag", "rag", "search", "ai", "semantic-search"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://autorag.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://www.cloudflare.com",
35+
"documentation": "https://developers.cloudflare.com/autorag/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": false
45+
}
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-browser",
4+
"name": "Cloudflare Browser Rendering",
5+
"alias": "cf-browser",
6+
"description": "Use Cloudflare's Browser Rendering API for headless browser automation. Render pages, take screenshots, generate PDFs, and extract content from web pages.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools", "cloud"],
10+
"tags": ["cloudflare", "browser", "rendering", "screenshots", "pdf", "headless"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://browser.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://www.cloudflare.com",
35+
"documentation": "https://developers.cloudflare.com/browser-rendering/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": true
45+
}
46+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-containers",
4+
"name": "Cloudflare Containers",
5+
"alias": "cf-containers",
6+
"description": "Deploy and manage containers on Cloudflare's global network. Build, deploy, and monitor containerized applications at the edge.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["cloud"],
10+
"tags": ["cloudflare", "containers", "docker", "edge", "deployment"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://containers.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://www.cloudflare.com",
35+
"documentation": "https://developers.cloudflare.com/containers/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": false
45+
}
46+
}

servers/com.cloudflare-logs.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-logs",
4+
"name": "Cloudflare Logpush",
5+
"alias": "cf-logs",
6+
"description": "Manage Cloudflare Logpush for streaming logs to storage destinations. Configure log jobs, manage destinations, and monitor log delivery.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["monitoring", "cloud"],
10+
"tags": ["cloudflare", "logs", "logpush", "streaming", "monitoring", "analytics"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://logs.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://www.cloudflare.com",
35+
"documentation": "https://developers.cloudflare.com/logs/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": false
45+
}
46+
}

servers/com.cloudflare-radar.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.cloudflare-radar",
4+
"name": "Cloudflare Radar",
5+
"alias": "cf-radar",
6+
"description": "Access Cloudflare Radar for internet traffic insights, trends, and security data. Query global internet patterns, outages, and attack trends.",
7+
"icon": "https://avatars.githubusercontent.com/u/314135?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["monitoring", "security"],
10+
"tags": ["cloudflare", "radar", "internet", "traffic", "analytics", "security"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "mcp-remote", "https://radar.mcp.cloudflare.com/mcp"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "oauth",
23+
"instructions": "Authentication is handled via OAuth when connecting to the Cloudflare MCP endpoint."
24+
},
25+
26+
"contributor": {
27+
"name": "Cloudflare",
28+
"github": "cloudflare",
29+
"url": "https://www.cloudflare.com"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/cloudflare/mcp-server-cloudflare",
34+
"homepage": "https://radar.cloudflare.com",
35+
"documentation": "https://developers.cloudflare.com/radar/"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": true
45+
}
46+
}

servers/com.langfuse-mcp.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.langfuse-mcp",
4+
"name": "Langfuse",
5+
"alias": "langfuse",
6+
"description": "Access and manage Langfuse prompts through the official MCP server. List prompts, retrieve specific versions, and compile prompts with variables for LLM observability.",
7+
"icon": "https://avatars.githubusercontent.com/u/128686189?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["ai-ml", "monitoring"],
10+
"tags": ["langfuse", "observability", "llm", "prompts", "tracing", "analytics"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://cloud.langfuse.com/api/public/mcp",
15+
"headers": {
16+
"Authorization": "Basic ${input:LANGFUSE_AUTH_TOKEN}"
17+
},
18+
"metadata": {
19+
"inputs": [
20+
{
21+
"id": "LANGFUSE_AUTH_TOKEN",
22+
"label": "Langfuse Auth Token",
23+
"description": "Base64-encoded token from your Langfuse public and secret keys. Generate with: echo -n 'pk-lf-xxx:sk-lf-xxx' | base64",
24+
"type": "password",
25+
"required": true,
26+
"secret": true,
27+
"placeholder": "cGstbGYteHh4OnNrLWxmLXh4eA==",
28+
"obtain": {
29+
"url": "https://cloud.langfuse.com",
30+
"instructions": "1. Go to cloud.langfuse.com\n2. Navigate to your project settings\n3. Copy your Public Key and Secret Key\n4. Generate token: echo -n 'PUBLIC_KEY:SECRET_KEY' | base64",
31+
"button_label": "Get API Keys"
32+
}
33+
}
34+
]
35+
}
36+
},
37+
38+
"auth": {
39+
"type": "basic",
40+
"instructions": "Base64 encode your Langfuse public and secret keys as 'pk-lf-xxx:sk-lf-xxx' and use as Basic auth header."
41+
},
42+
43+
"contributor": {
44+
"name": "Langfuse",
45+
"github": "langfuse",
46+
"url": "https://langfuse.com"
47+
},
48+
49+
"links": {
50+
"repository": "https://github.com/langfuse/mcp-server-langfuse",
51+
"homepage": "https://langfuse.com",
52+
"documentation": "https://langfuse.com/docs/api-and-data-platform/features/mcp-server"
53+
},
54+
55+
"platforms": ["all"],
56+
57+
"capabilities": {
58+
"tools": true,
59+
"resources": false,
60+
"prompts": false,
61+
"read_only_mode": true
62+
}
63+
}

0 commit comments

Comments
 (0)