Claude Code MCP - Agent Orchestration Platform
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | The Python path to the src directory of the project |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_agentB | Create a new Claude Code agent within a managed session. Creates a new agent instance with the specified configuration and assigns it to the given session for collaborative development work. |
| create_sessionC | Create a new development session for a project. Initializes a new session with the specified root path and prepares the environment for agent collaboration. |
| send_message_to_agentC | Send a message to a specific agent. Delivers a message to the specified agent for processing. The agent will receive the message and can respond accordingly. |
| get_session_statusC | Get the current status of a session and its agents. Returns comprehensive status information about the session including all active agents and their current state. |
| delete_agentA | Delete an agent from the system. Safely terminates and removes an agent from its session. Use force=True to forcefully terminate unresponsive agents. |
| delete_sessionA | Delete a session and all its agents. Safely terminates all agents in the session and cleans up resources. Use force=True to forcefully terminate unresponsive sessions. |
| list_sessionsB | List all active sessions and their basic information. Returns a summary of all currently active sessions in the system. |
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/Nexus-Digital-Automations/Claude_Code_MCP_2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server