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-askRelated MCP servers
Microsoft SQL Server
Active
Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans.
6
View repository →C#
MIT
Atlassian Attachments
Active
MCP server for downloading Jira and Confluence Cloud attachments by attachment ID.
0
View repository →Python
MIT
ClickHouse
Active
Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis.
0
View repository →Python
MIT