MCP Configuration
Windsurf SetupCopy this configuration to your Windsurf MCP settings to use SugarSpace AI services in your IDE.
mcp_config.json
Token detected
{
"mcpServers": {
"sugarmcp": {
"command": "node",
"args": [
"${HOME}/Projects/sugarspace/mcp-server/src/server.js"
],
"env": {
"API_BASE": "https://api.staging.sugarspace.io",
"SUGARSPACE_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Setup: Add this to your Windsurf MCP configuration file to access SugarSpace AI services directly from your IDE.