Rutherford MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delegateA | Delegate a task to one CLI and return its normalized result.
|
| consensusA | Ask the same prompt of several targets in parallel and return every voice.
|
| job_statusC | Return the status and progress of a background job. |
| job_resultA | Return the result of a finished background job (or a still-running notice). |
| reviewB | Review a diff or a set of files across one or more targets (read-only). Provide diff or paths. |
| planC | Ask one target to produce an ordered implementation plan for a goal (read-only). |
| capabilitiesA | List every known CLI: whether it is installed, its auth status, and its available models. |
| doctorA | Health-probe each adapter (binary, version, auth, runtime) and diagnose unavailable targets. Adapters with no non-interactive auth check (e.g. Antigravity) are |
| list_rolesA | List the available role personas that can steer a delegation. |
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
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/chapmanjw/rutherford-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server