PluginBench
MCP Server
Active
MIT

Docs Ask (local docs RAG) MCP Server

io.github.alyiox/mcp-docs-ask

What is the Docs Ask (local docs RAG) MCP server?

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

How to install Docs Ask (local docs RAG)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-docs-ask": {
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-docs-ask": {
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-docs-ask": {
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-docs-ask": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-docs-ask -- uvx mcp-docs-ask

Related MCP servers

Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.

6
C#
MIT
View repository →

MCP server for Walmart Connect Ads APIs (Sponsored Search + Display)

1
Python
MIT
View repository →

MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.

0
Python
MIT
View repository →

Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.

0
Python
MIT
View repository →

MCP server for Sam's Club Sponsored Ads APIs

0
Python
MIT
View repository →