MCP.so
登录

mcp-server-python

@MCP-Mirror

关于 mcp-server-python

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 uv Python 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 服务器