universal connector mcp for Zed
io.github.teodormcp/universal-connector-mcp
Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.
client:Zed
transport:stdio
runtime:pypi
Install universal connector mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs