Skip to main content
Glama
DanWahlin

AI Repo Adventures MCP

by DanWahlin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REPO_ADV_LLM_MODELYesModel name (e.g., gpt-4o-mini, gpt-4o)
REPO_ADV_LLM_API_KEYYesAPI key for the LLM provider (e.g., OpenAI, Azure, Ollama)
REPO_ADV_LLM_BASE_URLYesBase URL for the LLM API (e.g., https://api.openai.com/v1)
REPO_ADV_LLM_MAX_TOKENSNoMaximum tokens for response10000
REPO_ADV_LLM_API_VERSIONNoAPI version (required for Azure OpenAI; e.g., 2025-01-01-preview)
REPO_ADV_LLM_TEMPERATURENoCreativity setting (0.0-2.0)0.7
REPO_ADV_LLM_REQUEST_TIMEOUTNoRequest timeout in milliseconds120000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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