ComOS Federation
Rank #31,948io.github.ronrey/federation
Multi-tenant MCP gateway for AI commerce. One connection, every store.
ComOS Federation is a Model Context Protocol (MCP) server published by ronrey. It ranks #31,948 of 115,591 servers tracked on MCP Toplist. ComOS Federation is listed on Official MCP, with 5 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 83,643 of 115,591 servers on MCP Toplist.
Use ComOS Federation
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http federation https://mcp.comos-gateway.com/mcp/sse[mcp_servers.federation]
url = "https://mcp.comos-gateway.com/mcp/sse"Add to ~/.codex/config.toml.
https://mcp.comos-gateway.com/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"federation": {
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"federation": {
"type": "http",
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"federation": {
"serverUrl": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"federation": {
"url": "https://mcp.comos-gateway.com/mcp/sse"
}
}
}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/io.github.ronrey%2Ffederation)<a href="https://mcptoplist.com/server/io.github.ronrey%2Ffederation"><img src="https://mcptoplist.com/badge/io.github.ronrey%2Ffederation.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ronrey
Other servers by ronrey
View all ronrey servers →Available versions (5)
| Version | Published |
|---|---|
| 2.0.1 | Aug 9, 2026 |
| 2.0.0 | Jun 25, 2026 |
| 1.1.0 | Apr 28, 2026 |
| 1.0.0 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ComOS Federation?
- ComOS Federation is maintained by ronrey, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ComOS Federation listed on the Official MCP Registry?
- Yes — ComOS Federation is listed on the Official MCP Registry.
- How many versions does ComOS Federation have?
- MCP Toplist tracks 5 versions of ComOS Federation, most recently published on Aug 9, 2026.
- Where can I find the source code for ComOS Federation?
- The source code for ComOS Federation is hosted at github.com/ronrey/comos-federation.