Project Context MCP Server
Monitors Git repository status, branches, and commits as part of project context tracking
Provides build diagnostics including tracking errors, warnings, and solutions with configurable monitoring capabilities
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Project Context MCP Servercheck project health and show me any build issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Project Context MCP Server
A Model Context Protocol (MCP) server that provides unified project context and monitoring capabilities for development projects.
Features
Project Status Monitoring: Get comprehensive project health and readiness metrics
Build Diagnostics: Track build errors, warnings, and solutions (when Xcode monitoring enabled)
Git Integration: Monitor repository status, branches, and commits
Infrastructure Checking: Validate project structure and dependencies
Conversation Context: Initialize development sessions with full project context
Configurable Monitoring: Enable/disable specific monitoring features per project
Related MCP server: MCP Project Standards Server
Installation
Clone this repository:
git clone <repository-url> cd project-context-mcpInstall dependencies:
pip install -r requirements.txt
Usage
Standalone Server
python run_modular_server.py --project-root /path/to/your/project --transport stdioAs MCP Server
Add to your Claude configuration:
{
"mcpServers": {
"project-context": {
"command": "python",
"args": ["/path/to/project-context-mcp/run_modular_server.py", "--project-root", "/path/to/your/project"],
"cwd": "/path/to/project-context-mcp"
}
}
}Configuration
The server creates a config/project_config.json file in your project directory with settings:
project_name: Display name for your projectcurrent_phase: Development phase descriptionxcode_monitoring.enabled: Enable/disable Xcode-specific featuresfeature_groups: Project components to monitor
Available Tools
get_project_status(): Get unified project status and health metricsget_diagnostics(): Get build errors and warnings with solutionsbuild(): Trigger build and get immediate feedbackfix_error(error_message, solution): Apply fix and record solution
License
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
Durable, shareable and governed project memory with smart triage and explicit project composition.
Behavioral drift context (Behavioral Load Map, hot paths, release brief) for coding agents, per PR.
Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.
Generate answers & visualizations from your engineering data to track software development health.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables inspection and analysis of project structures to detect languages, frameworks, entry points, and dependencies across multiple programming languages including Node.js, Python, PHP, Go, Java, and Rust.36 npm1ISC
- AlicenseAqualityDmaintenanceManages project standards, configurations, and API debugging for AI-assisted development, ensuring unified development practices across teams and machines.136 npm5MIT
- AlicenseNot gradedqualityAmaintenanceProvides LLMs with code intelligence tools like relationship explanation, PR impact analysis, and health reports via the Model Context Protocol.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables scanning projects for dependency vulnerabilities, secrets, license conflicts, code quality, and git health, returning a 0-100 health score with actionable suggestions.1 npmMIT