← Back to Plugins
MCP Server MCP

SpecMgr

github By github 👁 1 views ▲ 0 votes

An artifact manager for system specifications.

Homepage Verified source GitHub

Install

uvx biz-dfch-specmgr

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "biz-dfch-specmgr",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install with the 'mcp' extra so the MCP server dependencies (mcp SDK) are available; the base package alone has no MCP support.",
          "value": "biz-dfch-specmgr[mcp]",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "python",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "biz.dfch.specmgr",
          "type": "positional"
        },
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Transport mode for the MCP server.",
          "default": "stdio",
          "choices": [
            "stdio",
            "sse"
          ],
          "name": "SPECMGR_MCP_TRANSPORT"
        },
        {
          "description": "Bind address, SSE transport only.",
          "default": "localhost",
          "name": "SPECMGR_MCP_HOST"
        },
        {
          "description": "TCP port, SSE transport only.",
          "format": "number",
          "default": "8000",
          "name": "SPECMGR_MCP_PORT"
        },
        {
          "description": "Base directory scanned for Architecture Decision Record (.md) files.",
          "format": "filepath",
          "default": "docs/adr",
          "name": "SPECMGR_ADR_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...