Back to directory
inkeep/mcp-server-python

inkeep/mcp-server-python

@inkeep

Inkeep MCP Server powered by your docs and product content for RAG-based search

mcpinkeepragdocumentationsearchproduct-contentpythonknowledge-basecontext

Installation & Configuration

{
  "mcpServers": {
    "inkeep-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>",
        "run",
        "-m",
        "inkeep_mcp_server"
      ],
      "env": {
        "INKEEP_API_BASE_URL": "https://api.inkeep.com/v1",
        "INKEEP_API_KEY": "<YOUR_INKEEP_API_KEY>",
        "INKEEP_API_MODEL": "inkeep-rag",
        "INKEEP_MCP_TOOL_NAME": "search-product-content",
        "INKEEP_MCP_TOOL_DESCRIPTION": "Retrieves product documentation about Inkeep."
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12