[Connection guide] Claude Code
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 833
- Forks
- 116
- Avg merge
- 7h 19m
- Merged PRs (30d)
- 3
Description
### 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`:
```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_
Contributor guide
Assessment
This issue has not been assessed yet.