Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOpenAI API key, required if using the Aider agent.
AGENT_LINK_CONFIGNoOverride the default configuration path (~/.agent-link/config.json).
ANTHROPIC_API_KEYNoAnthropic API key, required if using the Aider agent.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
spawn_agent

Spawn an AI agent to work on a task. Returns a question if the agent needs clarification, or a result when done.

reply

Reply to an agent that is waiting for clarification. Continues the conversation until the agent returns a result or asks another question.

kill_agent

Terminate an active agent session and clean up its resources.

list_agents

List all known agents and their availability on this system.

get_status

Get the status of all active agent sessions.

Prompts

Interactive templates invoked by user choice

NameDescription
collaborateGenerate a collaboration prompt for asking another agent for help
debug-with-agentAsk another agent to help debug an error
code-reviewRequest a code review from another agent

Resources

Contextual data attached and managed by the client

NameDescription
agentsList of all configured agents and their availability
configCurrent agent-link configuration

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/mikusnuz/agent-link-mcp'

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