Skip to content
Grok

Neural Graph Mapper for Grok

io.github.evozim/neural-graph-mapper

Transform unstructured text into queryable semantic knowledge graphs.

client:Grok transport:sse

Install Neural Graph Mapper in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "neural-graph-mapper": {
      "type": "sse",
      "url": "https://neural-graph-mapper-mcp.vercel.app/api/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Neural Graph Mapper in other clients