LogoSTMCP
Download
mcp-server-python

mcp-server-python

Inkeep MCP Server powered by your docs and product content. A Python-based Model Context Protocol server that integrates Inkeep's RAG capabilities for AI assistants like Claude.

Tools

1. search-product-content

Retrieves product documentation about Inkeep. The query should be framed as a conversational question about Inkeep.

Open Graph image for mcp-server-python

JSON Config

{
    "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. The query should be framed as a conversational question about Inkeep."
            }
        }
    }
}

Useful Links

Information

  • Author@inkeep
  • Published date2025/09/16