mcp-server-python
Inkeep MCP Server は、ドキュメントと製品コンテンツを活用して稼働します。
依存関係
ローカルセットアップ
プロジェクトの完全なパスをメモします。これは、後の手順で<YOUR_INKEEP_MCP_SERVER_ABSOLUTE_PATH>
と呼ばれます。
APIキーを取得する
- Inkeepダッシュボードにログイン
- プロジェクトセクションに移動してプロジェクトを選択します
- 統合タブを開く
- 「統合を作成」をクリックし、オプションからAPIを選択します。
- 新しい API 統合の名前を入力します。
- 作成をクリック
- 生成されたAPI キーが表示され、API リクエストの認証に使用できます。
後の手順では、この API キーを<YOUR_INKEEP_API_KEY>
と呼びます。
MCPクライアントに追加する
Claude Dekstop をセットアップするには、このガイドの手順に従ってください。
claude_desktop_config.json
ファイルで、 mcpServers
に次のエントリを追加します。
コマンドフィールドにuv
実行ファイルへのフルパスを入力する必要があるかもしれません。これは、MacOS/Linuxではwhich uv
、Windowsではwhere uv
実行することで取得できます。
This server cannot be installed
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 を活用したインタラクションを可能にするサーバーです。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated -23TypeScript
- -securityFlicense-qualityA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated -9TypeScript
- -securityAlicense-qualityA 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 -611TypeScriptMIT License
- -securityFlicense-qualityAn 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