PocketFlow MCP Server
by tmtcomeup
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL | No | Specific model to use | |
| API_KEY | Yes | API key for the LLM provider | |
| LANGUAGE | No | Tutorial language | english |
| REPO_URL | No | GitHub repository URL | |
| USE_CACHE | No | Enable LLM response caching | true |
| LLM_PROVIDER | No | AI provider (openrouter, google, anthropic, openai) | |
| MAX_FILE_SIZE | No | Maximum file size in bytes | 100000 |
| EXCLUDE_PATTERNS | No | File patterns to skip (comma-separated) | |
| INCLUDE_PATTERNS | No | File patterns to analyze (comma-separated) | |
| MAX_ABSTRACTIONS | No | Number of key concepts to identify | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_github_repositoryB | Analyze a GitHub repository and generate a comprehensive tutorial following the PocketFlow methodology |
| get_repository_structureC | Get the file structure of a GitHub repository |
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
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/tmtcomeup/pocketflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server