Official Cursor / Grok Bot plugin for BlitzGraph: the AI-native graph backend.
This package does not ship a local MCP server. It points Cursor at the hosted BlitzGraph MCP:
{
"mcpServers": {
"blitzgraph": {
"url": "https://blitzgraph.com/mcp"
}
}
}- Transport: streamable HTTP,
POST /mcp(JSON). MCP sessions are not used. - Protocol: MCP
2026-07-28via@modelcontextprotocol/serverv2. - Auth: OAuth with CIMD (Client ID Metadata Documents). Dynamic Client Registration is disabled. The host must present a URL
client_id. - Resource:
https://blitzgraph.com/mcp - Required scope:
mcp - Discovery:
/.well-known/oauth-protected-resourceand/.well-known/oauth-protected-resource/mcp
Sign in once in the browser. The grant is bound to one database and namespace (subspaces inside that namespace are addressable; other namespaces are not).
Query and mutate data (data.query, data.mutate), work on schema/definitions, portals, spaces/subspaces, workflows, tasks, blobs, and docs. The live tool list comes from the server.
Docs: https://blitzgraph.com/docs
After this plugin is listed on the Cursor Marketplace, install BlitzGraph from Customize / Grok Bot connectors and complete OAuth.
Until then, add the same remote URL as a custom MCP server.
MIT