mcp-server-python
@inkeep
About mcp-server-python
Inkeep MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-python?
mcp-server-python is an MCP server that provides retrieval-augmented generation (RAG) over your documentation and product content using an Inkeep account. It's designed for developers who want to query their own product docs through the Model Context Protocol.
How to use mcp-server-python?
Clone the repository, set up a Python virtual environment with uv, and install dependencies. Obtain an API key from the Inkeep Dashboard, then add the server configuration to your claude_desktop_config.json file, specifying the absolute project path, API key, and base URL.
Key features of mcp-server-python
- RAG powered by your docs and product content.
- Uses Inkeep’s API for retrieval.
- Single tool:
search-product-content. - Requires an Inkeep account and API key.
- Runs locally via
uvPython project manager. - Integrates with Claude Desktop via MCP.
Use cases of mcp-server-python
- Accessing product documentation through conversational queries in Claude Desktop.
- Providing context-aware answers based on your proprietary knowledge base.
- Enabling AI assistants to retrieve specific help articles or feature guides.
- Reducing manual search time by asking natural language questions about your product.
FAQ from mcp-server-python
What does the mcp-server-python do?
It serves as a bridge between your documentation (managed by Inkeep) and an MCP client, allowing AI assistants to retrieve relevant product content using the search-product-content tool.
What are the prerequisites to use this server?
You need an Inkeep account (to manage and serve your RAG), the uv Python project manager, and Python. An API key must be generated from the Inkeep Dashboard.
How do I configure it with Claude Desktop?
Add a JSON entry to claude_desktop_config.json under mcpServers, specifying the uv command, the project directory, and environment variables including INKEEP_API_BASE_URL, INKEEP_API_KEY, and INKEEP_MCP_TOOL_NAME.
Where is my data stored and processed?
Your documentation is stored and indexed by Inkeep; the server only sends queries and retrieves results via Inkeep’s API. No local document storage is used.
What tool does the server expose and how should queries be framed?
The server exposes a single tool named search-product-content. Queries should be framed as conversational questions about the product content.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments