claude-agents-mcp-server

hemichaeli/claude-agents-mcp-server
★ 0 stars TypeScript AI/LLM Updated 9d ago
MCP server for Anthropic Managed Agents API - create/manage Claude Code cloud environments, agents, and sessions
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-agents-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "hemichaeli/claude-agents-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for the Anthropic Managed Agents API (beta `managed-agents-2026-04-01`). Creates and manages Claude Code cloud environments, agents, and sessions programmatically via `api.anthropic.com/v1`. **Environments:** create_environment, list_environments, get_environment, archive_environment, delete_environment

Tools (1)

Coder