Skip to main content

VS Code

Enable your AI agents in VS 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:

Setup

Install in VS Code

To open VS Code and automatically add the Signadot MCP, click Install in VS Code.

Alternatively, you can manually add the following configuration to your .vscode/mcp.json file in your workspace:

{
"servers": {
"signadot": {
"type": "stdio",
"command": "signadot",
"args": ["mcp"]
}
}
}

After adding the configuration, restart VS Code to activate the Signadot MCP server.

Verify installation

To verify the installation, use your AI assistant in VS Code 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.

See also