Developer MCP ServerServer

tejpalvirk
GitHub
Development ToolsProject ManagementContext Management

Loading subscription status...

💡 Description

A powerful context management system designed for software development teams, maintaining persistent context during coding sessions to help track project structure, dependencies, and progress.

📝 JSON Entries

{
  "mcpServers": [
    {
      "developer": {
        "args": [
          "-y",
          "github:tejpalvirk/developer"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

startsessionloadcontextendsessionbuildcontextdeletecontextadvancedcontext

Features

  • Persistent development environment
  • Session management
  • Dependency tracking
  • Project status insights
  • Component context retrieval
  • Decision history tracking
  • Milestone progress tracking
  • Related entity discovery

💬 Example Queries

  • Start a new development session for me.
  • Show me the current status of the AuthService project.
  • End my development session. I've been working on AuthService for 3 hours and completed user authentication flow implementation.
  • Create a new feature called 'BillingSystem' in the ProjectX project.