Context Manager MCP ServerServer

docherty
GitHub
MCPDevelopment ToolsProject Management

Loading subscription status...

💡 Description

An implementation of Model Context Protocol (MCP) server to manage context and workflow in development.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Context Manager MCP Server": {
        "env": {
          "DEBUG": "1",
          "MCP_PORT": "44558"
        },
        "args": [],
        "command": "npm run dev"
      }
    }
  ]
}

🛠️ Tools

Project ManagementTask TrackingQuality Assurance Tools

Features

  • Socket-based transport with reliable message framing
  • Full support for JSON-RPC 2.0 protocol
  • Session management with capability negotiation
  • Extensible tool logging system
  • Project, workload, and task management
  • Checkpointing and restoration functionality
  • Quality control review workflow support

💬 Example Queries

  • Manage development tasks and track progress
  • Initiate a project and set checkpoints
  • Integrate with client session tracking and capability negotiation