Skip to content
Cursor

SpecMgr for Cursor

io.github.dfch/biz-dfch-specmgr

An artifact manager for system specifications.

client:Cursor transport:stdio runtime:pypi

Install SpecMgr 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": {
    "biz-dfch-specmgr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<SPECMGR_ADR_DIR>",
        "SPECMGR_DOCS_DIR": "<SPECMGR_DOCS_DIR>",
        "SPECMGR_FEAT_DIR": "<SPECMGR_FEAT_DIR>"
      }
    }
  }
}

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

SpecMgr in other clients