Inkeep MCP Server

Official
by inkeep
MIT License
5
  • Apple
  • Linux

mcp-服务器-python

Inkeep MCP 服务器由您的文档和产品内容提供支持。

依赖项

  • Inkeep上创建一个帐户来管理和提供 RAG
  • uv Python项目经理

本地设置

git clone https://github.com/inkeep/mcp-server-python.git cd mcp-server-python uv venv uv pip install -r pyproject.toml

请注意项目的完整路径,在后续步骤中称为<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>

获取 API 密钥

  1. 登录Inkeep 仪表板
  2. 导航到**“项目”**部分并选择您的项目
  3. 打开**“集成”**选项卡
  4. 单击**“创建集成”并从选项中选择API**
  5. 输入新 API 集成的名称。
  6. 点击创建
  7. 将出现一个生成的API 密钥,您可以使用它来验证 API 请求。

在后续步骤中,我们将此 API 密钥称为<YOUR_INKEEP_API_KEY>

添加到您的 MCP 客户端

按照指南中的步骤设置 Claude Dekstop。

在您的claude_desktop_config.json文件中,将以下条目添加到mcpServers

{ "mcpServers": { "inkeep-mcp-server": { "command": "uv", "args": [ "--directory", "<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>", "run", "-m", "inkeep_mcp_server" ], "env": { "INKEEP_API_BASE_URL": "https://api.inkeep.com/v1", "INKEEP_API_KEY": "<YOUR_INKEEP_API_KEY>", "INKEEP_API_MODEL": "inkeep-rag", "INKEEP_MCP_TOOL_NAME": "search-product-content", "INKEEP_MCP_TOOL_DESCRIPTION": "Retrieves product documentation about Inkeep. The query should be framed as a conversational question about Inkeep." } }, } }

您可能需要在命令字段中输入uv可执行文件的完整路径。您可以在 MacOS/Linux 上运行which uv或在 Windows 上运行where uv来获取此路径。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

通过 Inkeep 的 API 将 Claude 连接到您的文档的服务器,实现与您的文档内容的 AI 驱动的交互。

  1. Dependencies
    1. Local Setup
      1. Get an API key
        1. Add to your MCP client

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
        Last updated 5 months ago
        7
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.
        Last updated 3 months ago
        1
        5
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        A custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.
        Last updated 5 months ago
        1
        2
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
        Last updated a month ago
        Python

      View all related MCP servers

      ID: g9bep8yxno