dev-coach

UltimaPhoenix/dev-coach
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Local MCP server that coaches you toward seniority. Tracks your knowledge map and teaches one concept at a time based on what you actually build.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dev-coach": {
      "command": "uvx",
      "args": [
        "dev-coach"
      ]
    }
  }
}

Or install with pip: pip install dev-coach

README Excerpt

**Progressive technical coaching, directly in Claude.** After every task you complete with Claude Code or Claude Desktop, devcoach delivers a short, targeted lesson based on what you already know — no generic tutorials, no repeated topics. --- | Step | What happens | |------|-------------| | You complete a task with Claude | Claude finishes the work as normal |

Tools (1)

devcoach