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
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs