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').

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: 'query' sends a prompt to a model, while 'list_models' retrieves available models. No ambiguity or overlap in their purposes.

Naming Consistency5/5

Both tool names use a consistent verb or verb_noun pattern ('query', 'list_models'). The naming is clear and predictable.

Tool Count3/5

With only 2 tools, the server feels minimal but not unreasonable for a simple query-and-list interface. However, the scope seems narrow for a full model interaction server.

Completeness3/5

The server covers basic querying and model listing, but lacks tools for configuration (e.g., setting filters or providers) or advanced features like streaming or model metadata details. Notable gaps exist.

Maintenance

ActivityStale
ResponsivenessNo issues