Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI2DEV_API_KEYYesBearer token for the AI2DEV API
ANTHROPIC_MODELNoAnthropic model to use (default: claude-opus-4-8)claude-opus-4-8
ANTHROPIC_API_KEYYesAPI key for Anthropic (used by LLM tools)
AI2DEV_API_BASE_URLNoBase URL of the AI2DEV API (default: placeholder)https://api.ai2dev.example.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_design_documentA

Generate a software design document from a project description using an LLM.

Args: project_name: Name of the software project. requirements: Free-form description of what the project should do. target_audience: Optional description of who the software is for. constraints: Optional technical or business constraints to respect.

refine_design_documentA

Revise an existing design document based on feedback, preserving its structure.

Args: design_document: The current design document (markdown). feedback: Requested changes or additional context to incorporate.

ask_questionB

Answer a free-form question, optionally grounded in supplied context (e.g. a design doc).

Args: question: The user's question. context: Optional supporting context, such as a design document.

create_ai2dev_projectB

Create a new project in AI2DEV from a finalized design document.

Args: project_name: Name for the new AI2DEV project. design_document: The finalized design document content. description: Optional short project description.

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/dorthyuser/mcp-trial-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server