PluginBench
MCP Server
Active
MIT

io.github.jaimenbell/rag-mcp MCP Server

io.github.jaimenbell/rag-mcp

What is the io.github.jaimenbell/rag-mcp MCP server?

Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.

How to install io.github.jaimenbell/rag-mcp

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": {
    "rag-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rag-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rag-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rag-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add rag-mcp -- uvx jaimenbell-rag-mcp

Related MCP servers

MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.

0
Python
MIT
View repository →

Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.

0
Python
MIT
View repository →

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

0
Python
MIT
View repository →

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

0
Python
MIT
View repository →

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

0
Python
MIT
View repository →

Default-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools).

0
Python
MIT
View repository →