PluginBench
MCP Server
Active
AGPL-3.0

SpecMgr MCP Server

io.github.dfch/biz.dfch.specmgr

What is the SpecMgr MCP server?

An artifact manager for system specifications.

How to install SpecMgr

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SPECMGR_MCP_TRANSPORT

    Transport mode for the MCP server.

  • SPECMGR_MCP_HOST

    Bind address, SSE transport only.

  • SPECMGR_MCP_PORT

    TCP port, SSE transport only.

  • SPECMGR_ADR_DIR

    Base directory scanned for Architecture Decision Record (.md) files.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "biz-dfch-specmgr": {
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr",
        "--from",
        "biz-dfch-specmgr[mcp]",
        "python",
        "-m",
        "biz.dfch.specmgr",
        "mcp"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<YOUR_SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<YOUR_SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<YOUR_SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<YOUR_SPECMGR_ADR_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "biz-dfch-specmgr": {
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr",
        "--from",
        "biz-dfch-specmgr[mcp]",
        "python",
        "-m",
        "biz.dfch.specmgr",
        "mcp"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<YOUR_SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<YOUR_SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<YOUR_SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<YOUR_SPECMGR_ADR_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "biz-dfch-specmgr": {
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr",
        "--from",
        "biz-dfch-specmgr[mcp]",
        "python",
        "-m",
        "biz.dfch.specmgr",
        "mcp"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<YOUR_SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<YOUR_SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<YOUR_SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<YOUR_SPECMGR_ADR_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "biz-dfch-specmgr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "biz-dfch-specmgr",
        "--from",
        "biz-dfch-specmgr[mcp]",
        "python",
        "-m",
        "biz.dfch.specmgr",
        "mcp"
      ],
      "env": {
        "SPECMGR_MCP_TRANSPORT": "<YOUR_SPECMGR_MCP_TRANSPORT>",
        "SPECMGR_MCP_HOST": "<YOUR_SPECMGR_MCP_HOST>",
        "SPECMGR_MCP_PORT": "<YOUR_SPECMGR_MCP_PORT>",
        "SPECMGR_ADR_DIR": "<YOUR_SPECMGR_ADR_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add biz-dfch-specmgr --env SPECMGR_MCP_TRANSPORT=<YOUR_SPECMGR_MCP_TRANSPORT> --env SPECMGR_MCP_HOST=<YOUR_SPECMGR_MCP_HOST> --env SPECMGR_MCP_PORT=<YOUR_SPECMGR_MCP_PORT> --env SPECMGR_ADR_DIR=<YOUR_SPECMGR_ADR_DIR> -- uvx biz-dfch-specmgr --from biz-dfch-specmgr[mcp] python -m biz.dfch.specmgr mcp

Related MCP servers

An MCP server for the ASD-STE100 (Simplified Technical English) Issue 9 standard.

2
Python
AGPL-3.0
View repository →

SpecMgr

Active

An artifact manager for system specifications.

0
Python
AGPL-3.0
View repository →