universal connector mcp for Windsurf
io.github.teodormcp/universal-connector-mcp
Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.
client:Windsurf
transport:stdio
runtime:pypi
Install universal connector mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"universal-connector-mcp": {
"command": "uvx",
"args": [
"universal-connector-mcp"
],
"env": {
"UCMCP_ALLOWED_HOSTS": "<UCMCP_ALLOWED_HOSTS>",
"UCMCP_APIS_CONFIG": "<UCMCP_APIS_CONFIG>",
"UCMCP_CACHE_TTL": "<UCMCP_CACHE_TTL>",
"UCMCP_BLOCK_PRIVATE_IPS": "<UCMCP_BLOCK_PRIVATE_IPS>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs