# Camber MCP Server MCP server

Use simple @mentions to run Camber AI agents directly inside Claude Code, Cursor and more via MCP.

## Links
- Registry page: https://www.getdrio.com/mcp/com-cambercloud-camber-mcp-camber-mcp-server
- Website: https://docs.cambercloud.com/docs/camber-mcp

## Install
- Endpoint: https://camber-mcp.cambercloud.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://camber-mcp.cambercloud.com/mcp
- Header: Authorization

## Tools
- usage_guide - Instructions for correctly using this MCP server.
        Call at the start of a session to learn tools, auth, CLI prerequisites, and stash file handling. Endpoint: https://camber-mcp.cambercloud.com/mcp
- agents_chat - Chat with a Camber agent with the specified tag and message.

        Returns: The agent's reply text. The run may reference **output files in Camber Stash**
        (`stash://...` paths). Those files live in the cloud until the user copies them locally.

        **After the call — sync stash outputs (user's terminal, Camber CLI):**
        1. Note every `stash://user/...` path the agent produced or mentioned.
        2. Download to the user's machine, e.g.
           `camber stash cp stash://<user>/<path/to/file> ./<local_filename>`
           (use a directory path for `./` if copying a folder; see `camber stash cp --help`).
        3. To browse first: `camber stash ls stash://<user>/...`
        4. Confirm with the user where files were saved.

        Docs: https://docs.cambercloud.com/docs/stash/ and
        https://docs.cambercloud.com/docs/camber-cli/stash Endpoint: https://camber-mcp.cambercloud.com/mcp
- agents_list - List Camber agents with optional scope and pagination.

        Returns: AgentListInfo object containing:
        - data: List of AgentInfo objects
        - page: PageInfo object with pagination details (page, size, total, num_page) Endpoint: https://camber-mcp.cambercloud.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.cambercloud.camber-mcp
- Version: 1.0.3
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 28, 2026
- Source: https://registry.modelcontextprotocol.io
