Overview
Features
RAG-based content retrieval
Performs retrieval-augmented generation against your docs and product content using Inkeep's RAG model.
API-key authenticated access
Authenticates requests to the Inkeep API using a user-provided API key and base URL.
Model configurability
Configures the Inkeep model via INKEEP_API_MODEL (e.g., 'inkeep-rag'), enabling model switching.
Product content search tool
Exposes a dedicated MCP tool named 'search-product-content' to retrieve product documentation.
Environment-driven configuration
Uses environment variables to configure API base URL, key, model, tool name, and tool description for flexible deployment.
Local development setup with uv
Guides local setup with uv venv and dependency installation from pyproject.toml.
Claude Desktop integration
Designed to integrate with Claude Desktop MCP workflows via claude_desktop_config.json.
Run via uv command
Run the server with uv using the directory and module, e.g., uv run -m inkeep_mcp_server.
Who Is This For?
- Developers:Set up and run the MCP server to enable content search.
- Product teams:Leverage Inkeep content to power product documentation search via MCP.
- Claude Desktop users:Integrate the MCP server into Claude Desktop workflows for RAG queries.




