Skip to content
Cursor

SpecLeft for Cursor

io.github.specleft/specleft

Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.

client:Cursor transport:stdio runtime:pypi

Install SpecLeft in Cursor

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

{
  "mcpServers": {
    "specleft": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "specleft"
      ]
    }
  }
}

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

SpecLeft in other clients