Cognee
Cognee MCP server is a project designed to facilitate the integration and management of model context protocols, particularly for use with Claude Desktop.
The Cognee MCP server is a robust solution for managing model context protocols, specifically tailored for integration with Claude Desktop. It allows users to set up and manage their MCP servers efficiently, providing a seamless interface for handling various tasks related to model context protocols. The server can be installed manually or via Smithery, offering flexibility in deployment. It supports local development and debugging, making it a versatile tool for developers working with model context protocols. The server is designed to work with various tools and resources, ensuring compatibility and ease of use across different platforms.
Features
- Manual and Automated Installation: Offers both manual installation and automated setup via Smithery for flexibility.
- Local Development Support: Provides tools and instructions for local development and debugging.
- Integration with Claude Desktop: Seamlessly integrates with Claude Desktop for enhanced functionality.
- Customizable Configuration: Allows users to customize server settings and paths in the configuration file.
- Support for Multiple Tools: Compatible with various tools and resources for extended functionality.
Usage with Different Platforms
manual_installation
bash
brew install uv
cd cognee-mcp
uv sync --dev --all-extras --reinstall
source .venv/bin/activate
claude_config
{
"mcpServers": {
"cognee": {
"command": "/Users/{user}/cognee/.venv/bin/uv",
"args": [
"--directory",
"/Users/{user}/cognee/cognee-mcp",
"run",
"cognee"
],
"env": {
"ENV": "local",
"TOKENIZERS_PARALLELISM": "false",
"LLM_API_KEY": "sk-"
}
}
}
}
smithery_installation
bash
npx -y @smithery/cli install cognee --client claude
debugging
bash
mcp dev src/server.py
development
bash
poetry build -o ./cognee-mcp/sources
Related MCP Servers
View all os_automation servers →Daytona
by daytonaio
Daytona MCP Server allows AI agents to manage and interact with Daytona sandboxes, execute commands, perform file operations, and generate preview links for web applications.
mcp-server-and-gw
by boilingdata
The MCP Gateway, Server, and Client provide a bridge from stdio to HTTP SSE endpoints, facilitating communication between local and remote servers.
Cua Agent
by trycua
cua-mcp-server is a Model Context Protocol (MCP) server for the Computer-Use Agent (CUA), enabling integration with Claude Desktop and other MCP clients.
DesktopCommanderMCP
by wonderwhy-er
Desktop Commander MCP is a tool that integrates with Claude Desktop to provide advanced file system and terminal command capabilities, enhancing coding and automation tasks.
apple-mcp
by Dhravya
This is a collection of Apple-native tools for the Model Context Protocol (MCP) that integrates with various Apple applications to automate tasks and manage communications.
mcp-datetime
by ZeparHyfar
A datetime formatting service implemented as an MCP server for the Claude Desktop Application.
fastapi_mcp
by tadata-org
FastAPI-MCP is a tool that allows you to expose your FastAPI endpoints as Model Context Protocol (MCP) tools with built-in authentication.