Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_BASE_URLNoLocal Ollama serverhttp://127.0.0.1:11434
LOCAL_CODER_MODELNoLocal executor modelqwen2.5-coder:14b
LOCAL_CODER_TIMEOUT_MSNoOllama request timeout180000
LOCAL_CODER_MAX_FILE_BYTESNoMaximum size of one supplied/generated file120000
LOCAL_CODER_TELEMETRY_PATHNoTelemetry JSONL path~/.local-coder-mcp/telemetry.jsonl
LOCAL_CODER_ALLOWED_COMMANDSNoValidation executable allowlistnpm,pnpm,yarn,bun
LOCAL_CODER_MAX_CONTEXT_BYTESNoMaximum combined repository file context600000
LOCAL_CODER_TELEMETRY_ENABLEDNoEnable aggregate local telemetrytrue
LOCAL_CODER_VALIDATION_TIMEOUT_MSNoTimeout for each validation command180000

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
local_coder_healthA

Check Ollama connectivity plus fast/strong adaptive model availability and resource settings.

classify_local_code_taskB

Classify as deterministic, local, local-supervised, or Claude. local-supervised means Claude already resolved a sensitive auth/credential/permission/security decision and only bounded implementation remains; full-diff Claude review is mandatory.

discover_local_workspaceA

List a bounded safe workspace view and root package scripts without following symlinks.

search_local_workspaceB

Literal bounded text/code search inside a safe workspace.

delegate_code_taskB

Ask the fast local model for bounded code/analysis text without modifying repository files.

execute_local_code_taskC

Compatibility full-result executor. Prefer execute_local_code_task_compact, which includes routing preflight, adaptive fast-to-strong retry, and supervised-sensitive review enforcement.

execute_local_code_planC

Compatibility full-result orchestrator. Supports local-supervised subtasks and adaptive fast-to-strong retry; prefer the compact orchestrator for enforced review behavior.

prepare_local_contextA

Build a compact evidence-first context capsule for a coding task using a persistent local repository index. Prefer this before broad Claude file exploration; verify cited file:line evidence for architectural or risky decisions.

execute_local_code_task_compactB

Preferred bounded local executor. It preflights routing itself. Sensitive auth/credential/permission/security implementation may run as local-supervised only after Claude explicitly resolves the sensitive decision; supervised runs force full-diff Claude review.

execute_local_code_plan_compactB

Preferred large-feature orchestrator. Claude owns planning/decomposition. Already-resolved sensitive subtasks can run as local-supervised; any such task forces full aggregate-diff review by Claude.

get_local_runA

Fetch a stored local execution result only when Claude needs more detail. Prefer summary first; request diff, validation, or full incrementally with offset/maxChars instead of loading a large result into context at once.

local_coder_telemetryB

Aggregate privacy-preserving routing/execution/orchestration telemetry including exact per-model Ollama inference usage.

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/gustavolbs/local-coder-mcp'

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