Skip to main content
Once the server is running, configure your IDE to connect to it:
Add to your MCP settings file at ~/.codeium/windsurf/mcp_config.json:
{
  "mcpServers": {
    "minitap-mcp": {
      "serverUrl": "http://localhost:8000/mcp"
    }
  }
}
Restart Windsurf after updating the configuration.