Skip to main content
Glama
hemichaeli

Claude Agents MCP Server

by hemichaeli

Claude Agents MCP Server

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.

Tools (17)

Environments: create_environment, list_environments, get_environment, archive_environment, delete_environment

Agents: create_agent, list_agents, get_agent, list_agent_versions, archive_agent

Sessions: create_session, list_sessions, get_session, send_session_message, list_session_events, archive_session, delete_session

Related MCP server: claude-code-mcp

Environment variables

  • ANTHROPIC_API_KEY (required) - Anthropic API key with Managed Agents beta access

Endpoints

  • GET /sse + POST /messages - legacy SSE transport

  • POST /mcp - Streamable HTTP transport

  • GET /health

Typical flow

  1. create_environment {name: 'python-dev', packages: {pip: ['pandas']}}

  2. create_agent {name: 'Coder', model: 'claude-opus-4-8', system: '...'}

  3. create_session {agent_id, environment_id}

  4. send_session_message {session_id, text: 'clone repo X and fix the bug'}

  5. list_session_events {session_id}

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Wraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.
    4
    118
    18
    MIT

View all related MCP servers

Related MCP Connectors

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

  • Persistent cloud development environments that coding agents create, run and test software in.

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

View all MCP Connectors

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/hemichaeli/claude-agents-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server