AI Repo Adventures MCP
by DanWahlin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPO_ADV_LLM_MODEL | Yes | Model name (e.g., gpt-4o-mini, gpt-4o) | |
| REPO_ADV_LLM_API_KEY | Yes | API key for the LLM provider (e.g., OpenAI, Azure, Ollama) | |
| REPO_ADV_LLM_BASE_URL | Yes | Base URL for the LLM API (e.g., https://api.openai.com/v1) | |
| REPO_ADV_LLM_MAX_TOKENS | No | Maximum tokens for response | 10000 |
| REPO_ADV_LLM_API_VERSION | No | API version (required for Azure OpenAI; e.g., 2025-01-01-preview) | |
| REPO_ADV_LLM_TEMPERATURE | No | Creativity setting (0.0-2.0) | 0.7 |
| REPO_ADV_LLM_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 120000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/DanWahlin/ai-repo-adventures'
If you have feedback or need assistance with the MCP directory API, please join our Discord server