claude-code-delegate-local
by fegone
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DELEGATE_LOCAL_KEY | No | Bearer token / API key. Sent as both x-api-key and Authorization: Bearer. | |
| DELEGATE_LOCAL_URL | No | Anthropic-format endpoint. For OpenAI-format models, the server auto-converts the URL to /v1/chat/completions. | http://localhost:4000/v1/messages |
| DELEGATE_LOCAL_MODEL | No | Default model alias if the caller doesn't specify one. | local-qwen-3-6-35b |
| DELEGATE_LOCAL_AGENTS_DIR | No | Where to look for global agent definitions. | ~/.claude/agents |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/fegone/claude-code-delegate-local'
If you have feedback or need assistance with the MCP directory API, please join our Discord server