coding-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| list_agentsA | Returns configured coding agents and their local availability |
| list_repositoriesA | Returns configured repository aliases and safe metadata |
| start_taskB | Starts a coding-agent task in a configured repository workspace |
| continue_taskA | Sends follow-up instructions to an existing task session |
| get_taskB | Returns task state and concise metadata |
| get_task_outputA | Returns bounded task output with pagination cursor support |
| cancel_taskA | Cancels a running coding-agent task |
| get_repo_statusA | Returns structured Git status for a task workspace or configured repository |
| get_diffA | Returns the Git diff for a task workspace or configured repository (including committed changes since task base SHA and untracked files) |
| run_verificationB | Runs a configured verification profile (e.g. test, lint) in a task workspace or repository |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |