Docs Ask (local docs RAG)
Rank #21,506io.github.alyiox/mcp-docs-ask
Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.
Docs Ask (local docs RAG) is a Model Context Protocol (MCP) server published by alyiox. It ranks #21,506 of 115,591 servers tracked on MCP Toplist. Docs Ask (local docs RAG) 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 14, 2026.
Ranks ahead of 94,085 of 115,591 servers on MCP Toplist.
Use Docs Ask (local docs RAG)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-docs-ask -- uvx mcp-docs-ask[mcp_servers.mcp-docs-ask]
command = "uvx"
args = ["mcp-docs-ask"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-docs-ask": {
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-docs-ask": {
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-docs-ask": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-docs-ask": {
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-docs-ask": {
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}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.alyiox%2Fmcp-docs-ask)<a href="https://mcptoplist.com/server/io.github.alyiox%2Fmcp-docs-ask"><img src="https://mcptoplist.com/badge/io.github.alyiox%2Fmcp-docs-ask.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
alyiox
Other servers by alyiox
- Atlassian Attachments#14,228 · 5 vers
- Walmart Connect Advertising APIs#18,429 · 4 vers
- Sam's Club Sponsored Ads APIs#20,028 · 4 vers
- ClickHouse#24,463 · 3 vers
- Walmart Marketplace APIs#26,681 · 1 ver
- Microsoft SQL Server#43,269 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 14, 2026 |
Frequently asked questions
- Who maintains Docs Ask (local docs RAG)?
- Docs Ask (local docs RAG) is maintained by alyiox, which publishes 7 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Docs Ask (local docs RAG) listed on the Official MCP Registry?
- Yes — Docs Ask (local docs RAG) is listed on the Official MCP Registry, alongside Glama.
- How many versions does Docs Ask (local docs RAG) have?
- MCP Toplist tracks 1 version of Docs Ask (local docs RAG), most recently published on Aug 14, 2026.
- Where can I find the source code for Docs Ask (local docs RAG)?
- The source code for Docs Ask (local docs RAG) is hosted at github.com/alyiox/mcp-docs-ask.