We provide an authentication-free MCP server at docs.case.dev/mcp that lets AI assistants read our API documentation.
Open Cursor Settings (⌘,) → Features → MCP → Add New MCP Server
{
"name": "case.dev Docs",
"transport": "streamable-http",
"url": "https://docs.case.dev/mcp"
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"casedotdev-docs": {
"transport": {
"type": "streamable-http",
"url": "https://docs.case.dev/mcp"
}
}
}
}
Restart Claude Desktop.
Add to ~/.continue/config.json
{
"mcpServers": [
{
"name": "casedotdev-docs",
"transport": {
"type": "streamable-http",
"url": "https://docs.case.dev/mcp"
}
}
]
}
Add to Cline MCP settings
{
"mcpServers": {
"casedotdev-docs": {
"url": "https://docs.case.dev/mcp",
"transport": "streamable-http"
}
}
}
That's it. Your AI can now query our docs.