z-code-mcp
by Zeliper
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Z_MCP_TEMP_DIR | No | Temp directory for outputs | System temp |
| Z_MCP_KEEP_TEMP | No | Keep temp files on error | false |
| Z_MCP_LOG_LEVEL | No | Log level (debug/info/warn/error) | info |
| Z_MCP_TEMPLATE_DIR | No | Custom templates directory | Built-in |
| Z_MCP_CLAUDE_COMMAND | No | Claude CLI command | claude |
| Z_MCP_MAX_CONCURRENT | No | Max concurrent processes (1-10) | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| orchestrateB | Orchestrate multiple Claude Code sessions with HEAD/SUB coordination. HEAD analyzes the objective, creates an execution plan, spawns SUB processes to handle individual tasks, and aggregates results. |
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
- 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/Zeliper/z-code-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server