コグニー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
) に次のスニペットを追加します。
You must be authenticated.
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
- AsecurityAlicenseAqualityMemory Bank Server provides a set of tools and resources for AI assistants to interact with Memory Banks. Memory Banks are structured repositories of information that help maintain context and track progress across multiple sessions.Last updated -1511113TypeScriptMIT License
- 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 -321151JavaScriptMIT License
- -securityAlicense-qualityAllows AI models to interact with SourceSync.ai's knowledge management platform to organize, ingest, retrieve, and search content in knowledge bases.Last updated -141TypeScriptMIT License
- -securityFlicense-qualityImplements long-term memory capabilities for AI assistants using PostgreSQL with pgvector for efficient vector similarity search, enabling semantic retrieval of stored information.Last updated -1JavaScript