Docmancer
Rank #2,065dev.docmancer/docmancer
Local-only MCP server for source-attributed Markdown memory and documentation retrieval.
Docmancer is a Model Context Protocol (MCP) server published by docmancer. It ranks #2,065 of 132,046 servers tracked on MCP Toplist, and its repository has 126 GitHub stars. Docmancer is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 129,981 of 132,046 servers on MCP Toplist.
Use Docmancer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add docmancer -- uvx docmancer mcp serve[mcp_servers.docmancer]
command = "uvx"
args = ["docmancer", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"docmancer": {
"command": "uvx",
"args": [
"docmancer",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"docmancer": {
"command": "uvx",
"args": [
"docmancer",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docmancer": {
"type": "stdio",
"command": "uvx",
"args": [
"docmancer",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docmancer": {
"command": "uvx",
"args": [
"docmancer",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docmancer": {
"command": "uvx",
"args": [
"docmancer",
"mcp",
"serve"
]
}
}
}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/dev.docmancer%2Fdocmancer)<a href="https://mcptoplist.com/server/dev.docmancer%2Fdocmancer"><img src="https://mcptoplist.com/badge/dev.docmancer%2Fdocmancer.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
docmancer
Available versions (7)
| Version | Published |
|---|---|
| 0.9.17 | Aug 13, 2026 |
| 0.9.16 | Aug 11, 2026 |
| 0.9.15 | Aug 9, 2026 |
| 0.9.14 | Aug 5, 2026 |
| 0.9.13 | Aug 5, 2026 |
| 0.9.12 | Aug 4, 2026 |
| 0.9.11 | Aug 4, 2026 |
Frequently asked questions
- Who maintains Docmancer?
- Docmancer is maintained by docmancer, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Docmancer listed on the Official MCP Registry?
- Yes — Docmancer is listed on the Official MCP Registry, alongside Glama.
- How many versions does Docmancer have?
- MCP Toplist tracks 7 versions of Docmancer, most recently published on Aug 13, 2026.
- Where can I find the source code for Docmancer?
- The source code for Docmancer is hosted at github.com/docmancer/docmancer.
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.