Skip to main content
Glama

Inkeep MCP Server

Official
by inkeep

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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

  1. 依赖项
    1. 本地设置
      1. 获取 API 密钥
        1. 添加到您的 MCP 客户端

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
        Last updated -
        2
        3
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
        Last updated -
        9
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A server for managing project documentation and context across Claude AI sessions through global and branch-specific memory banks, enabling consistent knowledge management with structured JSON document storage.
        Last updated -
        6
        11
        TypeScript
        MIT License
      • -
        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 -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/inkeep/mcp-server-python'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server