Loading MCP server directory, please wait...
An artifact manager for system specifications.
npx @getmcp/cli add io.github.dfch/biz-dfch-specmgrRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dfch/biz-dfch-specmgr": {
"command": "uvx",
"args": [
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-m",
"biz.dfch.specmgr",
"mcp"
],
"env": {
"SPECMGR_MCP_TRANSPORT": "stdio",
"SPECMGR_MCP_HOST": "localhost",
"SPECMGR_MCP_PORT": "8000",
"SPECMGR_ADR_DIR": "docs/adr"
}
}
}
}