Option 1 - Add a .mcp.json file to your project root with this content:
Try the Weaviate Docs MCP like this:
{
"mcpServers": {
"weaviate-docs": {
"type": "http",
"url": "https://weaviate-docs-mcp-3hx7rjpxua-uc.a.run.app/mcp"
}
}
}Add with a CLI command - e.g. for Claude Code:
claude mcp add --transport http weaviate-docs https://weaviate-docs-mcp-3hx7rjpxua-uc.a.run.app/mcp