ComOS Federation Gateway
Rank #4,411com.comos-federation/gateway
Multi-tenant MCP gateway for AI commerce. One connection, every store.
ComOS Federation Gateway is a Model Context Protocol (MCP) server published by ronrey. It ranks #4,411 of 115,591 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. ComOS Federation Gateway is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 111,180 of 115,591 servers on MCP Toplist.
Use ComOS Federation Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gateway https://mcp.comos-federation.com/mcp[mcp_servers.gateway]
url = "https://mcp.comos-federation.com/mcp"Add to ~/.codex/config.toml.
https://mcp.comos-federation.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gateway": {
"url": "https://mcp.comos-federation.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gateway": {
"type": "http",
"url": "https://mcp.comos-federation.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gateway": {
"serverUrl": "https://mcp.comos-federation.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gateway": {
"url": "https://mcp.comos-federation.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.comos-federation%2Fgateway)<a href="https://mcptoplist.com/server/com.comos-federation%2Fgateway"><img src="https://mcptoplist.com/badge/com.comos-federation%2Fgateway.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ronrey
Other servers by ronrey
View all ronrey servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | Aug 20, 2026 |
| 1.0.1 | Aug 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ComOS Federation Gateway?
- ComOS Federation Gateway is maintained by ronrey, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ComOS Federation Gateway listed on the Official MCP Registry?
- Yes — ComOS Federation Gateway is listed on the Official MCP Registry.
- How many versions does ComOS Federation Gateway have?
- MCP Toplist tracks 3 versions of ComOS Federation Gateway, most recently published on Aug 20, 2026.
- Where can I find the source code for ComOS Federation Gateway?
- The source code for ComOS Federation Gateway is hosted at github.com/ronrey/comos-federation.