Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlitzGraph Cursor plugin

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"
    }
  }
}

Protocol (origin/main)

  • Transport: streamable HTTP, POST /mcp (JSON). MCP sessions are not used.
  • Protocol: MCP 2026-07-28 via @modelcontextprotocol/server v2.
  • 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-resource and /.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).

What the agent can do

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

Install

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.

License

MIT

About

Official Cursor plugin for the BlitzGraph MCP (2026-07-28, CIMD).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors