mcp-server-python
@MCP-Mirror
关于 mcp-server-python
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mCP-server-python?
mcp-server-python is an Inkeep‑powered MCP server that lets you query your product documentation and content using a conversational search tool. It is intended for developers who manage documentation in Inkeep and want to surface that content through MCP‑compatible clients such as Claude Desktop.
How to use mCP-server-python?
Clone the repository, create a virtual environment with uv venv, install dependencies with uv pip install -r pyproject.toml, then obtain an API key from the Inkeep Dashboard. Finally, add the server configuration to your MCP client (e.g., claude_desktop_config.json) with the required environment variables (INKEEP_API_BASE_URL, INKEEP_API_KEY, INKEEP_API_MODEL, INKEEP_MCP_TOOL_NAME, INKEEP_MCP_TOOL_DESCRIPTION).
Key features of mCP-server-python
- Connects to Inkeep’s RAG system for documentation retrieval
- Runs locally via the
uvPython project manager - Exposes a single MCP tool (
search-product-content) for conversational queries - Configurable through environment variables for API key, model, and tool name
- Depends on an active Inkeep account and API integration
Use cases of mCP-server-python
- Provide instant answers from your product docs inside an MCP‑compatible assistant
- Enable developers to search documentation without leaving their coding environment
- Embed a RAG‑powered search tool into custom MCP‑enabled applications
FAQ from mCP-server-python
What is Inkeep?
Inkeep is a platform that manages and provides RAG (retrieval‑augmented generation) over your documentation and product content. You need an account to obtain an API key.
How do I get an API key?
Log in to the Inkeep Dashboard, open your project’s Integrations tab, create a new API integration, and copy the generated API key.
What are the runtime dependencies?
You need an Inkeep account with a valid API key and the uv Python project manager installed on your system.
Where does the data live?
The queried documentation lives in Inkeep’s cloud system; the server itself runs locally and sends requests to the Inkeep API.
How does the server authenticate?
Authentication is done via an API key provided in the INKEEP_API_KEY environment variable. The server uses HTTP transport to the Inkeep API.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
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.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论