Skip to content
Cursor

SpikeMe for Cursor

io.github.isaacviannadev/spikeme

Analyze your repo's stack and generate grounded, time-boxed spike decision docs.

client:Cursor transport:stdio runtime:npm

Install SpikeMe in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spikeme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spikeme-mcp"
      ],
      "env": {
        "SPIKEME_TOKEN": "<SPIKEME_TOKEN>"
      }
    }
  }
}

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

SpikeMe in other clients