Skip to content
Cursor

Vulcanus for Cursor

io.github.sunsatosolutions/vulcanus

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

client:Cursor transport:stdio runtime:npm

Install Vulcanus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vulcanus in other clients