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 smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated -7TypeScript
- AsecurityFlicenseAqualityA 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 -15Python
- AsecurityAlicenseAqualityA 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 -12JavaScriptMIT 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