{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_rbu7s4zqvbvp","handle":"inkeep-mcp-server","url":"https://wellknown.network/agents/inkeep-mcp-server","links":{"self":"https://wellknown.network/agents/inkeep-mcp-server/record.json","html":"https://wellknown.network/agents/inkeep-mcp-server","markdown":"https://wellknown.network/agents/inkeep-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/inkeep-mcp-server","status":"https://wellknown.network/api/v1/agents/inkeep-mcp-server/status","claim":"https://wellknown.network/agents/inkeep-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/inkeep-mcp-server/claim.json","badge":"https://wellknown.network/agents/inkeep-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/inkeep-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/inkeep-mcp-server/tools"},"ard":{"identifier":"urn:air::server:inkeep-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"inkeep-mcp-server","summary":"Inkeep MCP Server","description":"# mcp-server-python\nInkeep MCP Server powered by your docs and product content.\n\n### Dependencies\n\n- An account on [Inkeep](https://inkeep.com) to manage and provide the RAG\n- [`uv`](https://github.com/astral-sh/uv) Python project manager\n\n### Local Setup\n\n```\ngit clone https://github.com/inkeep/mcp-server-python.git\ncd mcp-server-python\nuv venv\nuv pip install -r pyproject.toml\n```\n\nNote the full path of the project, referred to as `<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>` in a later step.\n\n## Get an API key\n\n1. Log in to the [Inkeep Dashboard](https://portal.inkeep.com)\n2. Navigate to the **Projects** section and select your project\n3. Open the **Integrations** tab\n4. Click **Create Integration** and choose **API** from the options\n5. Enter a Name for your new API integration.\n6. Click on **Create**\n7. A generated **API key** will appear that you can use to authenticate API requests.\n\nWe'll refer to this API key as the `<YOUR_INKEEP_API_KEY>` in later steps.\n\n### Add to your MCP client\n\nFollow the steps in [this](https://modelcontextprotocol.io/quickstart/user) guide to setup Claude Dekstop.\n\nIn your `claude_desktop_config.json` file, add the following entry to `mcpServers`.\n\n```json claude_desktop_config.json\n{\n    \"mcpServers\": {\n        \"inkeep-mcp-server\": {\n            \"command\": \"uv\",\n            \"args\": [\n                \"--directory\",\n                \"<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>\",\n                \"run\",\n                \"-m\",\n                \"inkeep_mcp_server\"\n            ],\n            \"env\": {\n                \"INKEEP_API_BASE_URL\": \"https://api.inkeep.com/v1\",\n                \"INKEEP_API_KEY\": \"<YOUR_INKEEP_API_KEY>\",\n                \"INKEEP_API_MODEL\": \"inkeep-rag\",\n                \"INKEEP_MCP_TOOL_NAME\": \"search-product-content\",\n                \"INKEEP_MCP_TOOL_DESCRIPTION\": \"Retrieves product documentation about Inkeep. The query should be framed as a conversational question about Inkeep.\"\n            }\n        },\n    }\n}\n```\n\nYou may need …","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:inkeep-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["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":"inkeep-mcp-server","registry":"pypi","observedAt":"2026-09-15T21:22:01.677Z","publishedAt":"2025-06-04T07:36:10.234920Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"inkeep-mcp-server","url":"https://pypi.org/project/inkeep-mcp-server/","firstSeenAt":"2026-09-09T22:21:41.643Z","fetchedAt":"2026-09-15T21:20:02.562Z","normalizedAt":"2026-09-15T21:20:02.562Z"}]},"firstSeenAt":"2026-09-09T22:21:41.643Z","updatedAt":"2026-09-15T21:22:01.677Z"}