Inkeep
RAG Search over your content powered by Inkeep
Ads
Overview
Inkeep MCP Server powered by your docs and product content. - An account on Inkeep to manage and provide the RAG - uv Python project manager Note the full path of the project, referred to as <YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH> in a later step. 1. Log in to the Inkeep Dashboard 2. Navigate to the Projects section and select your project 3. Open the Integrations tab 4. Click Create Integration and choose API from the options 5. Enter a Name for your new API integration. 6. Click on Create 7. A generated API key will appear that you can use to authenticate API requests.
Installation
Installation instructions are not available yet.
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. The query should be framed as a conversational question about Inkeep."
}
}Capabilities
- Search Inkeep product documentation
Ask a conversational question about Inkeep and get relevant docs via `search-product-content`.
- Retrieve setup instructions
Get step-by-step guidance for cloning, installing, and configuring the Inkeep MCP server.
- Get API integration details
Ask how to create an API key or configure the Inkeep API integration from the dashboard.
Tags
- rag
- knowledge-retrieval
- search
- ai-agent
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.