Odel
vibemap mcp

vibemap mcp

Local
@ashmetTypeScriptUpdated Yesterday

Load & create VibeMap product specs from your coding agent; sync build progress.

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@vibemap.ai/mcp-serverv2.8.1

Run

npx -y @vibemap.ai/mcp-server

MCP client config

{
  "mcpServers": {
    "vibemap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibemap.ai/mcp-server"
      ]
    }
  }
}