Cursor
Enable your AI agents in Cursor 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
Install in CursorTo open Cursor and automatically add the Signadot MCP, click Install in Cursor.
Alternatively, you can manually add the following configuration to your ~/.cursor/mcp.json file:
{
"mcpServers": {
"signadot": {
"command": "signadot",
"args": ["mcp"]
}
}
}
After adding the configuration, restart Cursor to activate the Signadot MCP server.
Verify installation
To verify the installation, open Cursor's AI chat and ask it to list available Signadot sandboxes or clusters. The AI should be able to use the MCP tools to interact with your Signadot environment.