Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add co.contraption--mcp --transport sse https://mcp.contraption.co/
Add to your claude_desktop_config.json:
{
"mcpServers": {
"co.contraption--mcp": {
"type": "sse",
"url": "https://mcp.contraption.co/"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"co.contraption--mcp": {
"type": "sse",
"url": "https://mcp.contraption.co/"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"co.contraption--mcp": {
"type": "sse",
"url": "https://mcp.contraption.co/"
}
}
}