Skip to content
Cursor

mcp probe kit for Cursor

io.github.mybolide/mcp-probe-kit

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

client:Cursor transport:stdio runtime:npm

Install mcp probe kit in Cursor

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

{
  "mcpServers": {
    "mcp-probe-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-probe-kit"
      ]
    }
  }
}

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

mcp probe kit in other clients