- Explore MCP Servers
- inkeep
Inkeep MCP Server
What is Inkeep MCP Server
MCP Server powered by Inkeep is a Python-based application designed to serve as a retrieval augmented generation (RAG) server, leveraging product documentation and content to provide responses to user queries.
Use cases
This server can be utilized in various scenarios, including customer support, documentation retrieval, and enhancing conversational AI applications by providing accurate and contextually relevant information from product content.
How to use
To use the MCP Server, users must clone the repository, set up a virtual environment, and install dependencies. They also need to obtain an API key from the Inkeep dashboard, then configure the MCP client with the API key and server details to start making requests.
Key features
Key features of the MCP Server include integration with Inkeep’s API for dynamic content retrieval, the ability to frame queries in a conversational manner, and support for multiple APIs for varied functionalities.
Where to use
The MCP Server is suitable for environments where quick access to product documentation is needed, such as in customer service applications, interactive help systems, or any platform requiring detailed knowledge retrieval from product databases.
Overview
What is Inkeep MCP Server
MCP Server powered by Inkeep is a Python-based application designed to serve as a retrieval augmented generation (RAG) server, leveraging product documentation and content to provide responses to user queries.
Use cases
This server can be utilized in various scenarios, including customer support, documentation retrieval, and enhancing conversational AI applications by providing accurate and contextually relevant information from product content.
How to use
To use the MCP Server, users must clone the repository, set up a virtual environment, and install dependencies. They also need to obtain an API key from the Inkeep dashboard, then configure the MCP client with the API key and server details to start making requests.
Key features
Key features of the MCP Server include integration with Inkeep’s API for dynamic content retrieval, the ability to frame queries in a conversational manner, and support for multiple APIs for varied functionalities.
Where to use
The MCP Server is suitable for environments where quick access to product documentation is needed, such as in customer service applications, interactive help systems, or any platform requiring detailed knowledge retrieval from product databases.
Content
mcp-server-python
Inkeep MCP Server powered by your docs and product content.
Dependencies
Local Setup
git clone https://github.com/inkeep/mcp-server-python.git cd mcp-server-python uv venv uv pip install -r pyproject.toml
Note the full path of the project, referred to as <YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>
in a later step.
Get an API key
- Log in to the Inkeep Dashboard
- Navigate to the Projects section and select your project
- Open the Integrations tab
- Click Create Integration and choose API from the options
- Enter a Name for your new API integration.
- Click on Create
- A generated API key will appear that you can use to authenticate API requests.
We’ll refer to this API key as the <YOUR_INKEEP_API_KEY>
in later steps.
Add to your MCP client
Follow the steps in this guide to setup Claude Dekstop.
In your claude_desktop_config.json
file, add the following entry to mcpServers
.
You may need to put the full path to the uv
executable in the command field. You can get this by running which uv
on MacOS/Linux or where uv
on Windows.