Claude Code
Enable Claude Code to interact directly with Signadot by using our MCP server.
The Signadot Model Context Protocol (MCP) server exposes a set of tools that AI agents can use to work with your Signadot environment, managing sandboxes, route groups, and other related resources.
Prerequisites
Before connecting to the Signadot MCP server, make sure you have:
- Signadot account (sign up here)
- Signadot CLI v1.4.0+ (installation instructions)
Setup
To add the Signadot MCP server to Claude Code, run the following command:
Run Signadot MCP server
$claude mcp add --transport stdio signadot -- signadot mcp
This command configures Claude Code to use the Signadot MCP server, enabling Claude to manage your Signadot resources during conversations.
Verify installation
After installation, you can verify the setup by asking Claude to list your Signadot sandboxes or clusters. Claude should be able to use the MCP tools to interact with your Signadot environment.