Odel
Vulcanus

Vulcanus

Local
@sunsatosolutions4TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sunsato/vulcanusv0.5.0

Run

npx -y @sunsato/vulcanus

MCP client config

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