code-alchemist01/project-managment-mcp-Server
If you are the rightful owner of project-managment-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.
The MCP Project Manager is a comprehensive Model Context Protocol (MCP) server designed to assist AI in project analysis, code metrics, documentation, and Git management.
Tools
Functions exposed to the LLM to take actions
analyze_project_structure
Analyzes the project directory structure and returns a hierarchical layout.
detect_tech_stack
Identifies the technologies used in the project.
analyze_dependencies
Analyzes import/require relationships and creates a dependency graph.
get_project_metrics
Calculates general project metrics.
calculate_complexity
Calculates cyclomatic complexity.
detect_code_smells
Detects code smells.
analyze_test_coverage
Performs test coverage analysis.
generate_readme
Creates/updates the README.md file.
generate_api_docs
Generates API documentation.
update_changelog
Updates the CHANGELOG.md file.
analyze_commits
Analyzes commit messages.
suggest_branch_strategy
Provides branch strategy suggestions.
analyze_diff
Analyzes Git diffs.
suggest_file_structure
Provides file structure suggestions.
check_dependencies
Checks for dependency updates.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client