Skip to content

Observability MCP is giving Internal Server Error #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
amiranvarov opened this issue May 1, 2025 · 4 comments
Closed

Observability MCP is giving Internal Server Error #134

amiranvarov opened this issue May 1, 2025 · 4 comments

Comments

@amiranvarov
Copy link

Hey, i added few of your MCP servers and only one of them is causing issue - Observability MCP.

Here is my mcp.json file

{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"shadcn": {
"command": "npx",
"args": [
"-y",
"shadcn@canary",
"registry:mcp"
],
"env": {
"REGISTRY_URL": "https://alpine-registry.vercel.app//r/registry.json"
}
},
"cloudflare-docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://docs.mcp.cloudflare.com/sse"
]
},
"cloudflare-browser": {
"command": "npx",
"args": [
"mcp-remote",
"https://browser.mcp.cloudflare.com/sse"
]
},
"cloudflare-bindings": {
"command": "npx",
"args": [
"mcp-remote",
"https://bindings.mcp.cloudflare.com/sse"
]
},
"cloudflare-observability": {
"command": "npx",
"args": [
"mcp-remote",
"https://observability.mcp.cloudflare.com/sse"
]
}
}
}

and this is an error i'm getting:

Image

@amiranvarov
Copy link
Author

i tried to remove and add MCP multiple times, but i get the same error

@amiranvarov
Copy link
Author

Error i'm getting:

{"success":false,"error":{"issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["code"],"message":"Required"},{"code":"invalid_type","expected":"string","received":"undefined","path":["scope"],"message":"Required"}],"name":"ZodError"}}

@cmsparks
Copy link
Collaborator

cmsparks commented May 1, 2025

Mind trying to run rm -rf ~/.mcp-auth? This clears out any saved tokens in mcp-remote, which can often fix these issues

@amiranvarov
Copy link
Author

it helped. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants