SpecMgr
Rank #2,192io.github.dfch/biz-dfch-specmgr
An artifact manager for system specifications.
SpecMgr is a Model Context Protocol (MCP) server published by dfch. It ranks #2,192 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. SpecMgr is listed across 2 registries — Official MCP and Glama, with 31 tracked versions. It was first listed on Aug 3, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 129,921 of 132,113 servers on MCP Toplist.
Use SpecMgr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add biz-dfch-specmgr -e "SPECMGR_MCP_TRANSPORT=<your SPECMGR_MCP_TRANSPORT>" -e "SPECMGR_MCP_HOST=<your SPECMGR_MCP_HOST>" -e "SPECMGR_MCP_PORT=<your SPECMGR_MCP_PORT>" -e "SPECMGR_ADR_DIR=<your SPECMGR_ADR_DIR>" -e "SPECMGR_DOCS_DIR=<your SPECMGR_DOCS_DIR>" -e "SPECMGR_FEAT_DIR=<your SPECMGR_FEAT_DIR>" -- uvx --from "biz-dfch-specmgr[mcp]" python biz-dfch-specmgr -m biz.dfch.specmgr mcpReplace each placeholder with your own value before saving.
[mcp_servers.biz-dfch-specmgr]
command = "uvx"
args = ["--from", "biz-dfch-specmgr[mcp]", "python", "biz-dfch-specmgr", "-m", "biz.dfch.specmgr", "mcp"]
[mcp_servers.biz-dfch-specmgr.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>"
SPECMGR_DOCS_DIR = "<your SPECMGR_DOCS_DIR>"
SPECMGR_FEAT_DIR = "<your SPECMGR_FEAT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"biz-dfch-specmgr": {
"command": "uvx",
"args": [
"--from",
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-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>",
"SPECMGR_DOCS_DIR": "<your SPECMGR_DOCS_DIR>",
"SPECMGR_FEAT_DIR": "<your SPECMGR_FEAT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"biz-dfch-specmgr": {
"command": "uvx",
"args": [
"--from",
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-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>",
"SPECMGR_DOCS_DIR": "<your SPECMGR_DOCS_DIR>",
"SPECMGR_FEAT_DIR": "<your SPECMGR_FEAT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"biz-dfch-specmgr": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-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>",
"SPECMGR_DOCS_DIR": "<your SPECMGR_DOCS_DIR>",
"SPECMGR_FEAT_DIR": "<your SPECMGR_FEAT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"biz-dfch-specmgr": {
"command": "uvx",
"args": [
"--from",
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-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>",
"SPECMGR_DOCS_DIR": "<your SPECMGR_DOCS_DIR>",
"SPECMGR_FEAT_DIR": "<your SPECMGR_FEAT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"biz-dfch-specmgr": {
"command": "uvx",
"args": [
"--from",
"biz-dfch-specmgr[mcp]",
"python",
"biz-dfch-specmgr",
"-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>",
"SPECMGR_DOCS_DIR": "<your SPECMGR_DOCS_DIR>",
"SPECMGR_FEAT_DIR": "<your SPECMGR_FEAT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dfch%2Fbiz-dfch-specmgr)<a href="https://mcptoplist.com/server/io.github.dfch%2Fbiz-dfch-specmgr"><img src="https://mcptoplist.com/badge/io.github.dfch%2Fbiz-dfch-specmgr.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dfch
Other servers by dfch
View all dfch servers →Available versions (31)
| Version | Published |
|---|---|
| 0.28.0 | Sep 14, 2026 |
| 0.27.0 | Sep 12, 2026 |
| 0.26.0 | Sep 9, 2026 |
| 0.25.0 | Sep 9, 2026 |
| 0.24.0 | Sep 8, 2026 |
| 0.23.0 | Sep 7, 2026 |
| 0.22.0 | Sep 4, 2026 |
| 0.21.0 | Sep 3, 2026 |
| 0.20.0 | Sep 2, 2026 |
| 0.19.0 | Sep 2, 2026 |
| 0.18.0 | Sep 2, 2026 |
| 0.17.0 | Sep 2, 2026 |
| 0.16.0 | Sep 1, 2026 |
| 0.15.0 | Aug 31, 2026 |
| 0.14.0 | Aug 30, 2026 |
| 0.13.0 | Aug 27, 2026 |
| 0.12.0 | Aug 27, 2026 |
| 0.11.0 | Aug 26, 2026 |
| 0.11.0-rc1 | Aug 26, 2026 |
| 0.10.0 | Aug 25, 2026 |
| 0.9.0 | Aug 23, 2026 |
| 0.8.0 | Aug 19, 2026 |
| 0.7.0 | Aug 18, 2026 |
| 0.6.0 | Aug 18, 2026 |
| 0.5.1 | Aug 18, 2026 |
| 0.5.0 | Aug 16, 2026 |
| 0.4.0 | Aug 16, 2026 |
| 0.3.1 | Aug 16, 2026 |
| 0.3.0 | Aug 15, 2026 |
| 0.2.1 | Aug 4, 2026 |
| 0.1.0 | Aug 3, 2026 |
Frequently asked questions
- Who maintains SpecMgr?
- SpecMgr is maintained by dfch, which publishes 2 MCP servers (33 total versions) tracked on MCP Toplist.
- Is SpecMgr listed on the Official MCP Registry?
- Yes — SpecMgr is listed on the Official MCP Registry, alongside Glama.
- How many versions does SpecMgr have?
- MCP Toplist tracks 31 versions of SpecMgr, most recently published on Sep 14, 2026.
- Where can I find the source code for SpecMgr?
- The source code for SpecMgr is hosted at github.com/dfch/biz.dfch.SpecMgr.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.