RETIRED — OpenRAG MCP is now built into the OpenRAG backend as a streamable-HTTP endpoint at /mcp. See README for migration.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"openrag-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# OpenRAG MCP — Final Release Notice > **This package (`openrag-mcp`) has been retired.** > > OpenRAG now ships a built-in [Model Context Protocol](https://modelcontextprotocol.io/) server over **streamable HTTP** — no subprocess, no separate install, no API key in a subprocess env block. Connect your MCP client directly to your running OpenRAG instance. > > The last published version of `openrag-mcp` on PyPI is the final release. No further updates will be made to this package. --- ## Migrating to streamable HTTP The OpenRAG backend exposes an MCP endpoint at `/mcp` using the streamable-HTTP transport. Any MCP client that supports `"url"`-based server configs (Cursor, Claude Desktop, and the MCP SDK) can connect to it directly. ### Prerequisites - A running OpenRAG instance (v0.3.0 or later) - An OpenRAG API key — create one in **Settings → API Keys** --- ## Cursor **Config file:** `~/.cursor/mcp.json` **Standard API key:** ```json { "mcpServers": { "openrag": { "url": "https://your-openrag-instance.com/mcp", "headers": { "X-API-Key": "orag_your_api_key_here" } } } } ``` **IBM auth (when `IBM_AUTH_ENABLED=true` on the server):** ```json { "mcpServers": { "openrag": { "url": "https://your-openrag-instance.com/mcp", "headers": { "X-Username": "your_ibm_username", "X-Api-Key": "your_ibm_api_key" } } } } ``` Restart Cursor after saving the config. --- ## Claude Desktop **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json` **Windows:** `%APPDATA%\Claude\claude_desktop_config.json` **Standard API key:** ```json { "mcpServers": { "openrag": { "url": "https://your-openrag-instance.com/mcp", "headers": { "X-API-Key": "orag_your_api_key_here" } } } } ``` **IBM auth:** ```json { "mcpServers": { "openrag": { "url": "https://your-openrag-instance.com/mcp", "headers": { "X-Username": "yo…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.