Back to Apps

Cursor Buddy MCP
by omar-haris
Deep project context server providing AI agents with coding standards, knowledge bases, and task tracking.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Provides AI assistants with a centralized, structured knowledge base for a project. It monitors a .buddy directory to keep the AI aware of architectural patterns, coding standards, implementation history, and database schemas in real-time.
Tools
buddy_get_rules: Retrieves coding standards and project guidelines.buddy_search_knowledge: Full-text search across project documentation.buddy_manage_todos: Tracks tasks and project progress.buddy_get_database_info: Provides schema information and query validation.buddy_history: Tracks implementation changes over time.buddy_backup: Manages file backups before modifications.
Installation
Add to .cursor/mcp.json:
{
"mcpServers": {
"cursor-buddy-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-v", "/path/to/your/project/.buddy:/home/buddy/.buddy",
"-e", "BUDDY_PATH=/home/buddy/.buddy",
"ghcr.io/omar-haris/cursor-buddy-mcp:latest"
]
}
}
}
Supported hosts
- cursor
- claude
Quick install
docker pull ghcr.io/omar-haris/cursor-buddy-mcp:latestInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the docker run command to .cursor/mcp.jsonClaude Desktop
Add the docker run command to claude_desktop_config.json





