QMD MCP
Rank #13,704io.github.X1pheR/qmd-mcp
Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.
QMD MCP is a Model Context Protocol (MCP) server published by X1pheR. It ranks #13,704 of 115,460 servers tracked on MCP Toplist. QMD MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 14, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 101,756 of 115,460 servers on MCP Toplist.
Use QMD MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add qmd-mcp -- docker run -i --rm --publish 127.0.0.1:8181:8181 --volume "{configDir}:/config:ro" --volume "{contentDir}:/vault:ro" --volume "{dataDir}:/data" ghcr.io/x1pher/qmd-mcp:v0.1.3[mcp_servers.qmd-mcp]
command = "docker"
args = ["run", "-i", "--rm", "--publish", "127.0.0.1:8181:8181", "--volume", "{configDir}:/config:ro", "--volume", "{contentDir}:/vault:ro", "--volume", "{dataDir}:/data", "ghcr.io/x1pher/qmd-mcp:v0.1.3"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:8181:8181",
"--volume",
"{configDir}:/config:ro",
"--volume",
"{contentDir}:/vault:ro",
"--volume",
"{dataDir}:/data",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:8181:8181",
"--volume",
"{configDir}:/config:ro",
"--volume",
"{contentDir}:/vault:ro",
"--volume",
"{dataDir}:/data",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"qmd-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:8181:8181",
"--volume",
"{configDir}:/config:ro",
"--volume",
"{contentDir}:/vault:ro",
"--volume",
"{dataDir}:/data",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:8181:8181",
"--volume",
"{configDir}:/config:ro",
"--volume",
"{contentDir}:/vault:ro",
"--volume",
"{dataDir}:/data",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"qmd-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--publish",
"127.0.0.1:8181:8181",
"--volume",
"{configDir}:/config:ro",
"--volume",
"{contentDir}:/vault:ro",
"--volume",
"{dataDir}:/data",
"ghcr.io/x1pher/qmd-mcp:v0.1.3"
]
}
}
}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.X1pheR%2Fqmd-mcp)<a href="https://mcptoplist.com/server/io.github.X1pheR%2Fqmd-mcp"><img src="https://mcptoplist.com/badge/io.github.X1pheR%2Fqmd-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
X1pheR
Other servers by X1pheR
- pocket-id-mcp#14,927 · 2 vers
- romm-mcp#16,198 · 2 vers
- dbackup-mcp#18,245 · 1 ver
- nexterm-mcp#22,694 · 1 ver
- filesystem#23,867 · 2 vers
- bws-secret-delivery-mcp#111,953
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Aug 19, 2026 |
Frequently asked questions
- Who maintains QMD MCP?
- QMD MCP is maintained by X1pheR, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is QMD MCP listed on the Official MCP Registry?
- Yes — QMD MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does QMD MCP have?
- MCP Toplist tracks 1 version of QMD MCP, most recently published on Aug 19, 2026.
- Where can I find the source code for QMD MCP?
- The source code for QMD MCP is hosted at github.com/X1pheR/qmd-mcp.