Learning Hour MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIRO_CLIENT_ID | No | Your Miro app client ID for OAuth authentication | |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key for generating Learning Hour content | |
| MIRO_CLIENT_SECRET | No | Your Miro app client secret for OAuth authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_sessionC | Generate comprehensive Learning Hour content for Technical Coaches |
| generate_code_exampleB | Generate detailed before/after code examples for a learning topic |
| create_miro_boardB | Create a new Miro board OR add frames to an existing board. This tool uses the Miro REST API to create boards with frames, sticky notes, text, and code blocks. It can create standalone boards or add content to existing boards. |
| analyze_repositoryC | Analyze a GitHub repository to find real code examples for Learning Hours |
| analyze_tech_stackC | Analyze a repository's technology stack to create team-specific Learning Hour content |
| list_miro_boardsB | List all Miro boards accessible with the current token |
| get_miro_boardC | Get details about a specific Miro board |
| delete_miro_boardC | Delete a Miro board (use with caution!) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SDiamante13/learning-hour-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server