Skip to content

Instantly share code, notes, and snippets.

@databyjp
Created October 26, 2025 12:36
Show Gist options
  • Select an option

  • Save databyjp/87e2374a5c1f368cfe6ec8989eb82ca6 to your computer and use it in GitHub Desktop.

Select an option

Save databyjp/87e2374a5c1f368cfe6ec8989eb82ca6 to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment