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.
Add to your MCP settings file at ~/.cursor/mcp.json:{
"mcpServers": {
"minitap-mcp": {
"transport": "http",
"url": "http://localhost:8000/mcp"
}
}
}
Restart Cursor after updating the configuration.