project-guardian-mcp-server

1999AZZAR/project-guardian-mcp-server

3.3

If you are the rightful owner of project-guardian-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Project Guardian MCP is a specialized server designed to act as a memory system and workflow guardian for project management, utilizing a Model Context Protocol (MCP) framework.

Tools

Functions exposed to the LLM to take actions

execute_sql

Execute raw SQL queries on memory.db.

query_data

Query data from memory.db tables with filtering and pagination.

insert_data

Insert records into memory.db table.

update_data

Update records in memory.db table.

delete_data

Delete records from memory.db table.

import_data

Import data from CSV or JSON file into memory.db table.

export_data

Export memory.db table data to CSV or JSON file.

initialize_memory

Set up the project memory database schema and tables.

create_entity

Create entities in the project knowledge graph.

create_relation

Create relationships between project entities.

add_observation

Add observations/notes to project entities.

delete_entity

Remove entities and their relations from project memory.

delete_observation

Remove specific observations from entities.

delete_relation

Remove relationships between project entities.

read_graph

Retrieve the entire project knowledge graph.

search_nodes

Search for entities and relations matching a query.

open_node

Retrieve detailed information about project entities.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources