
Project Guardian MCP
Supports UIby 1999azzar
An advanced project memory system and workflow guardian with knowledge graph capabilities for intelligent management.
What it does
Project Guardian acts as a comprehensive memory system for projects, using a knowledge graph to track entities, relationships, and observations. It combines SQLite database operations with high-level project management workflows.
Tools
initialize_memory: Sets up the database schema.create_entity: Adds projects, tasks, or people to the knowledge graph.create_relation: Defines dependencies and ownership between entities.search_nodes: Performs semantic search across project knowledge.execute_sql: Runs raw SQL queries on the internal memory database.import_data/export_data: Handles CSV and JSON data transfers.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"project-guardian": {
"command": "node",
"args": ["/path/to/project-guardian-mcp-server/dist/index.js"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/28/2026
- stars






