eyelevel-mcp-rag

GitHub

Documentation and developer resources for patchy631/eyelevel-mcp-rag

0 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "eyelevel-mcp-rag": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-eyelevel-mcp-rag"
      ]
    }
  }
}