local-coder-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_BASE_URL | No | Local Ollama server | http://127.0.0.1:11434 |
| LOCAL_CODER_MODEL | No | Local executor model | qwen2.5-coder:14b |
| LOCAL_CODER_TIMEOUT_MS | No | Ollama request timeout | 180000 |
| LOCAL_CODER_MAX_FILE_BYTES | No | Maximum size of one supplied/generated file | 120000 |
| LOCAL_CODER_TELEMETRY_PATH | No | Telemetry JSONL path | ~/.local-coder-mcp/telemetry.jsonl |
| LOCAL_CODER_ALLOWED_COMMANDS | No | Validation executable allowlist | npm,pnpm,yarn,bun |
| LOCAL_CODER_MAX_CONTEXT_BYTES | No | Maximum combined repository file context | 600000 |
| LOCAL_CODER_TELEMETRY_ENABLED | No | Enable aggregate local telemetry | true |
| LOCAL_CODER_VALIDATION_TIMEOUT_MS | No | Timeout for each validation command | 180000 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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