Skip to content
Grok

Vulcanus for Grok

io.github.sunsatosolutions/vulcanus

A validated Markdown memory vault your coding agent can recall, project by project.

client:Grok transport:stdio runtime:npm

Install Vulcanus in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vulcanus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sunsato/vulcanus"
      ]
    }
  }
}

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

Vulcanus in other clients