edgegate-mcp
Rank #22,264io.github.frozo-ai/edgegate-mcp
Regression-test AI models on real Snapdragon and Jetson hardware, with signed evidence for CI.
edgegate-mcp is a Model Context Protocol (MCP) server published by frozo-ai. It ranks #22,264 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. edgegate-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 6, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 93,327 of 115,591 servers on MCP Toplist.
Use edgegate-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add edgegate-mcp -e "EDGEGATE_API_KEY=<your EDGEGATE_API_KEY>" -e "EDGEGATE_API_URL=<your EDGEGATE_API_URL>" -- npx -y edgegate-mcpReplace each placeholder with your own value before saving.
[mcp_servers.edgegate-mcp]
command = "npx"
args = ["-y", "edgegate-mcp"]
[mcp_servers.edgegate-mcp.env]
EDGEGATE_API_KEY = "<your EDGEGATE_API_KEY>"
EDGEGATE_API_URL = "<your EDGEGATE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgegate-mcp": {
"command": "npx",
"args": [
"-y",
"edgegate-mcp"
],
"env": {
"EDGEGATE_API_KEY": "<your EDGEGATE_API_KEY>",
"EDGEGATE_API_URL": "<your EDGEGATE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgegate-mcp": {
"command": "npx",
"args": [
"-y",
"edgegate-mcp"
],
"env": {
"EDGEGATE_API_KEY": "<your EDGEGATE_API_KEY>",
"EDGEGATE_API_URL": "<your EDGEGATE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"edgegate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"edgegate-mcp"
],
"env": {
"EDGEGATE_API_KEY": "<your EDGEGATE_API_KEY>",
"EDGEGATE_API_URL": "<your EDGEGATE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgegate-mcp": {
"command": "npx",
"args": [
"-y",
"edgegate-mcp"
],
"env": {
"EDGEGATE_API_KEY": "<your EDGEGATE_API_KEY>",
"EDGEGATE_API_URL": "<your EDGEGATE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgegate-mcp": {
"command": "npx",
"args": [
"-y",
"edgegate-mcp"
],
"env": {
"EDGEGATE_API_KEY": "<your EDGEGATE_API_KEY>",
"EDGEGATE_API_URL": "<your EDGEGATE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.frozo-ai%2Fedgegate-mcp)<a href="https://mcptoplist.com/server/io.github.frozo-ai%2Fedgegate-mcp"><img src="https://mcptoplist.com/badge/io.github.frozo-ai%2Fedgegate-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
frozo-ai
Other servers by frozo-ai
View all frozo-ai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.19.0 | Aug 5, 2026 |
Frequently asked questions
- Who maintains edgegate-mcp?
- edgegate-mcp is maintained by frozo-ai, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is edgegate-mcp listed on the Official MCP Registry?
- Yes — edgegate-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does edgegate-mcp have?
- MCP Toplist tracks 1 version of edgegate-mcp, most recently published on Aug 5, 2026.
- Where can I find the source code for edgegate-mcp?
- The source code for edgegate-mcp is hosted at github.com/frozo-ai/edgegate-mcp.