Skip to main content
Glama
kud
by kud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_OPENCODE_MODEL_ALLOWNoRestrict which models are available using glob-style patterns (e.g., 'github-copilot/*').
MCP_OPENCODE_MODEL_BLOCKNoBlock specific models using glob-style patterns (e.g., 'github-copilot/gpt-4o-mini').

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Send a prompt to an opencode model. Defaults to github-copilot/gpt-4.1. Filters — allow: all. Use list_models to see what's available.

list_modelsA

List models available for use. Without a provider, returns providers with model counts. Pass a provider name to list its models. Respects allow/block filters (allow: all).

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/kud/mcp-opencode'

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