← agent-manager.dev

INDIVIDUAL MCP TOOL

get_doc_page

Return one page of agent-manager.

agent-manager.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://agent-manager.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_doc_page and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agent-manager.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-manager-dev-docs]
url = "https://agent-manager.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-manager-dev-docs": {
      "type": "http",
      "url": "https://agent-manager.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-manager-dev-docs
Remote MCP URL: https://agent-manager.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-manager-dev-docs": {
      "url": "https://agent-manager.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-manager-dev-docs": {
      "type": "http",
      "url": "https://agent-manager.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-manager-dev-docs",
  "transport": "streamable-http",
  "url": "https://agent-manager.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Search every page of agent-manager.
  • list_doc_pages — Return the title, description, section, URL and Markdown URL of every page this site publishes.
  • list_supported_agents — Return the coding CLIs that ship with working status detection: the command each one runs, where its live status comes from, and how it resumes a conversation.
  • list_managed_mcp_tools — Return the MCP tools agent-manager registers into every session it starts, so an agent running inside it can spawn, message and wait on other agents.
  • get_latest_release — Return the newest published release, read live from GitHub, with the install command for every package manager the project supports.