Problem
For me adding mcp servers to claude code using the .mcp.json file - i needed to add "type": "http" to the installation to get it to start.
Final working contents of .mcp.json:
{
"mcpServers": {
"cloudflare-api": {
"type": "http",
"url": "https://mcp.cloudflare.com/mcp"
}
}
}
Proposed Solution
it would be helpful if this information was added to README
Alternatives Considered
No response
Additional Context
No response
Problem
For me adding mcp servers to claude code using the
.mcp.jsonfile - i needed to add"type": "http"to the installation to get it to start.Final working contents of
.mcp.json:{ "mcpServers": { "cloudflare-api": { "type": "http", "url": "https://mcp.cloudflare.com/mcp" } } }Proposed Solution
it would be helpful if this information was added to README
Alternatives Considered
No response
Additional Context
No response