This server facilitates the creation and management of structured Learning Hour sessions for technical teams by:
- Generate Learning Hour Sessions: Create 60-minute session plans following the 4C Learning Model (Connect, Concept, Concrete, Conclusion) for technical topics.
- Create Code Examples: Produce before-and-after code examples in various programming languages.
- Miro Integration: Generate interactive Miro boards from session content and manage OAuth authentication.
- GitHub Integration: Analyze repositories to find relevant code examples and technology stacks to tailor learning content (requires GitHub token).
Optional integrations with Miro and GitHub enhance functionality through API tokens.
Creates and populates Miro boards with learning content, supporting OAuth authentication and automated layout of Learning Hour materials
learning-hour-mcp
Generate Learning Hour content for Technical Coaches using AI. Create structured practice sessions that help development teams master technical excellence through the 4C Learning Model.
What is this?
An MCP server that helps Technical Coaches run Learning Hours - structured 60-minute practice sessions where teams improve their coding skills through deliberate practice. It generates session plans, code examples, and can even create interactive Miro boards.
Who is this for?
- Technical Coaches facilitating team learning sessions
- Team Leads wanting to improve their team's technical practices
- Developers organizing coding dojos or practice sessions
Installation
Prerequisites
- Claude Desktop - Install the desktop app
- Anthropic API Key - Sign up and create a key ($5 free credit for new accounts)
Complete Setup
Choose your preferred editor:
Claude Desktop
Add to your Claude Desktop configuration:
Configuration steps:
- Open Claude Desktop settings (cmd/ctrl + ,)
- Go to "Developer" → "Edit Config"
- Paste the configuration above
- Replace
your-anthropic-key
with your actual key - Save and restart Claude Desktop
VSCode
Add to your VSCode settings.json:
Configuration steps:
- Install the MCP VSCode Extension
- Open settings.json (Cmd/Ctrl+Shift+P → "Preferences: Open Settings (JSON)")
- Add the configuration above
- Replace tokens with your actual values
- Reload VSCode window (Cmd/Ctrl+Shift+P → "Developer: Reload Window")
Cursor
Add to your Cursor configuration:
Configuration steps:
- Open Cursor settings (Cmd/Ctrl + ,)
- Click on "Features" → "Claude" → "Advanced"
- Add the MCP server configuration
- Replace tokens with your actual values
- Restart Cursor
Required: Only ANTHROPIC_API_KEY
is required. The other tokens enable additional features.
Quick Start
After installation, try this in Claude:
"Use the learning hour tools to create a session about the Extract Method refactoring"
Claude will generate a complete 60-minute session plan with:
- Opening connection activity
- Concept introduction
- Hands-on coding exercise
- Reflection and commitment
Available Tools
generate_session
Generate a complete Learning Hour session plan with activities following the 4C model (Connect, Concept, Concrete, Conclusion).
generate_code_example
Create before/after code examples for a specific topic.
create_miro_board
Create a new Miro board or add frames to an existing board (requires MIRO_ACCESS_TOKEN
).
list_miro_boards
List all Miro boards accessible with your token (requires MIRO_ACCESS_TOKEN
).
get_miro_board
Get details about a specific Miro board (requires MIRO_ACCESS_TOKEN
).
delete_miro_board
Delete a Miro board (requires MIRO_ACCESS_TOKEN
). Use with caution!
analyze_repository
Find real code examples in GitHub repositories (requires GITHUB_TOKEN
).
analyze_tech_stack
Analyze a repository's technology stack to create team-specific content (requires GITHUB_TOKEN
).
Optional Features
Enable Miro Board Creation
Transform your Learning Hour into a visual, interactive workshop board
Get a Miro token:
- Go to Miro Apps
- Create a new app (name it "Learning Hours")
- Copy the access token
- Add as
MIRO_ACCESS_TOKEN
in your config
Enable Repository Analysis
Find real code examples from your team's actual codebase
Create a GitHub Personal Access Token:
- Name: "Learning Hour MCP"
- Expiration: 90 days (recommended)
- Permissions:
repo
(read access) - Add as
GITHUB_TOKEN
in your config
Learn More
- Diamante Technical Coaching - Refactor to Grow Newsletter
- SammanCoaching.org - Technical coaching resources and Learning Hour guides
- Learning Hours - Catalog of Learning Hour topics
- 4C Learning Model - Connect, Concept, Concrete, Conclusion
- Technical Coaching - Role and practices
Troubleshooting
"Tool not found" error: Make sure you restarted Claude Desktop after adding the configuration.
"Invalid API key": Check that you copied the entire key including any prefixes (sk-ant-...).
Miro board not creating: Check that your MIRO_ACCESS_TOKEN is valid and has board creation permissions.
Contributing
See CONTRIBUTING.md for development setup and guidelines.
License
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that generates comprehensive Learning Hour content for Technical Coaches, enabling teams to practice technical excellence through structured deliberate practice sessions.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.Last updated -35126TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.Last updated -7326TypeScriptMIT License
- -securityFlicense-qualityA server that generates Master Content Plans (MCPs) by aggregating web resources and organizing them into structured learning paths for any topic.Last updated -Python
- AsecurityFlicenseAqualityAn MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.Last updated -54668TypeScript