コグニーMCPサーバー
手動でインストールする
MCP サーバー プロジェクト
- cogneeリポジトリをクローンする
- 依存関係をインストールする
- venvをアクティブにする
- 新しいサーバーを Claude 構成に追加します。
ファイルはここにあります: ~/Library/Application\ Support/Claude/
claude_desktop_config.json が存在しない場合は、このフォルダーに作成する必要があります。以下のファイルにパスと LLM API キーを必ず追加してください。Nano などの任意のエディターを使用してください。
Claude デスクトップを再起動します。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Cognee を自動的にインストールするには:
server.py で cognify ツールを定義し、Claude デスクトップを再起動します。
デバッガーを使用するには、次を実行します。
タイムアウトが経過したインスペクターを開きます:
cognee の開発中に新しい変更を適用するには、次の操作を行う必要があります。
- コニーフォルダ内の
poetry lock
uv sync --dev --all-extras --reinstall
mcp dev src/server.py
発達
ローカル cognee ビルドを使用するには、cognee リポジトリのルートで実行します。
ビルドプロセスが完了したら、 cognee-mcp/pyproject.toml
内のcogneeライブラリの依存関係を次のように変更します。
に
その後、同じファイル ( cognee-mcp/pyproject.toml
) に次のスニペットを追加します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
さまざまなグラフおよびベクターストアを使用し、30以上のデータソースからの取り込みを可能にするAIアプリおよびエージェント用のメモリマネージャー
Related MCP Servers
- AsecurityAlicenseAqualityA flexible memory system for AI applications that supports multiple LLM providers and can be used either as an MCP server or as a direct library integration, enabling autonomous memory management without explicit commands.Last updated -317372MIT License
- -securityFlicense-qualityA knowledge-graph-based memory system for AI agents that enables persistent information storage between conversations.Last updated -6
- AsecurityAlicenseAqualityStores AI memories as Markdown files for visualization in Obsidian's graph view, allowing users to create knowledge graphs with entities, relations, and observations.Last updated -95MIT License
Fieldnote MCPofficial
-securityFlicense-qualityProvides local-first memory storage and retrieval with automatic embedding, vector search, and knowledge graph capabilities. Enables agents to store memories locally and retrieve relevant context through hybrid search with optional Neo4j graph traversal.Last updated -