Skip to main content
Glama

Inkeep MCP Server

Official
by inkeep

mcp-server-python

Inkeep MCP Server は、ドキュメントと製品コンテンツを活用して稼働します。

依存関係

  • RAGを管理および提供するためのInkeepアカウント
  • 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 smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
        Last updated -
        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 -
        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 -
        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 -
        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