# mcp-server-python

> MCP Server

The mcp-server-python repository provides an Inkeep MCP server that leverages your documentation and product content for retrieval-augmented generation (RAG) using the Model Context Protocol. The mcp-server-python repository provides an Inkeep

## Overview

- **Category:** Search & Knowledge
- **Language:** Python
- **Stars:** 24
- **Forks:** 0
- **Owner:** inkeep
- **GitHub:** https://github.com/inkeep/mcp-server-python
- **Created:** 2025-03-13T02:02:51+00:00
- **Updated:** 2025-03-26T20:35:07+00:00
- **Source:** https://model-context-protocol.com/servers/inkeep-mcp-server-python-rag-documentation

## Setup

## Setup

1.  Clone the repository: `git clone https://github.com/inkeep/mcp-server-python.git`
2.  Navigate to the project directory: `cd mcp-server-python`
3.  Create a virtual environment: `uv venv`
4.  Install dependencies: `uv pip install -r pyproject.toml`
5.  Note the full path of the project as `<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>`.
6.  Log in to the [Inkeep Dashboard](https://portal.inkeep.com).
7.  Navigate to the **Projects** section and select your project.
8.  Open the **Integrations** tab.
9.  Click **Create Integration** and choose **API** from the options.
10. Enter a Name for your new API integration.
11. Click on **Create**.
12. A generated **API key** will appear that you can use to authenticate API requests; save this as `<YOUR_INKEEP_API_KEY>`.
13. Follow the steps in [this](https://modelcontextprotocol.io/quickstart/user) guide to setup Claude Dekstop.
14. In your `claude_desktop_config.json` file, add the `inkeep-mcp-server` entry to `mcpServers` with the specified command, arguments, and environment variables, replacing placeholders with your actual paths and API key.
15. You may need to put the full path to the `uv` executable in the command field, obtainable via `which uv` or `where uv`.

## Tools

## Available Tools

1.  Inkeep MCP Server (Powered by your docs and product content).
2.  RAG (Managed and provided by Inkeep).
3.  `search-product-content` (Retrieves product documentation about Inkeep).

