{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_475q6bmtsxus","handle":"openrag-mcp","url":"https://wellknown.network/agents/openrag-mcp","links":{"self":"https://wellknown.network/agents/openrag-mcp/record.json","html":"https://wellknown.network/agents/openrag-mcp","markdown":"https://wellknown.network/agents/openrag-mcp/record.md","api":"https://wellknown.network/api/v1/agents/openrag-mcp","status":"https://wellknown.network/api/v1/agents/openrag-mcp/status","claim":"https://wellknown.network/agents/openrag-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/openrag-mcp/claim.json","badge":"https://wellknown.network/agents/openrag-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:openrag-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"openrag-mcp","summary":"RETIRED — OpenRAG MCP is now built into the OpenRAG backend as a streamable-HTTP endpoint at /mcp. See README for migration.","description":"# OpenRAG MCP — Final Release Notice\n\n> **This package (`openrag-mcp`) has been retired.**\n>\n> 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.\n>\n> The last published version of `openrag-mcp` on PyPI is the final release. No further updates will be made to this package.\n\n---\n\n## Migrating to streamable HTTP\n\nThe 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.\n\n### Prerequisites\n\n- A running OpenRAG instance (v0.3.0 or later)\n- An OpenRAG API key — create one in **Settings → API Keys**\n\n---\n\n## Cursor\n\n**Config file:** `~/.cursor/mcp.json`\n\n**Standard API key:**\n\n```json\n{\n  \"mcpServers\": {\n    \"openrag\": {\n      \"url\": \"https://your-openrag-instance.com/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"orag_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n**IBM auth (when `IBM_AUTH_ENABLED=true` on the server):**\n\n```json\n{\n  \"mcpServers\": {\n    \"openrag\": {\n      \"url\": \"https://your-openrag-instance.com/mcp\",\n      \"headers\": {\n        \"X-Username\": \"your_ibm_username\",\n        \"X-Api-Key\": \"your_ibm_api_key\"\n      }\n    }\n  }\n}\n```\n\nRestart Cursor after saving the config.\n\n---\n\n## Claude Desktop\n\n**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`  \n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n**Standard API key:**\n\n```json\n{\n  \"mcpServers\": {\n    \"openrag\": {\n      \"url\": \"https://your-openrag-instance.com/mcp\",\n      \"headers\": {\n        \"X-API-Key\": \"orag_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n**IBM auth:**\n\n```json\n{\n  \"mcpServers\": {\n    \"openrag\": {\n      \"url\": \"https://your-openrag-instance.com/mcp\",\n      \"headers\": {\n        \"X-Username\": \"yo…","publisher":{"name":"OpenRAG Team","url":null},"homepage":null,"repository":null,"version":"0.3.0","license":"Apache-2.0","protocols":["mcp"],"tags":["ai","llm","mcp","openrag","rag"],"pricing":null,"endpoints":[{"url":"pypi:openrag-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.vector-search","name":"Vector Search","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"openrag-mcp","registry":"pypi","observedAt":"2026-09-10T08:27:47.217Z","publishedAt":"2026-05-22T19:32:07.916160Z","latestVersion":"0.3.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"openrag-mcp","url":"https://pypi.org/project/openrag-mcp/","firstSeenAt":"2026-09-10T08:26:52.956Z","fetchedAt":"2026-09-10T08:26:52.956Z","normalizedAt":"2026-09-10T08:26:52.956Z"}]},"firstSeenAt":"2026-09-10T08:26:52.956Z","updatedAt":"2026-09-10T08:27:47.217Z"}