ScopeGate
Rank #2,219io.github.alifanov/scopegate
Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar.
ScopeGate is a Model Context Protocol (MCP) server published by alifanov. It ranks #2,219 of 115,591 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. ScopeGate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Mar 2, 2026.
Ranks ahead of 113,372 of 115,591 servers on MCP Toplist.
Use ScopeGate
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http scopegate https://mcp.scopegate.cloud/%7Bapi_key%7D[mcp_servers.scopegate]
url = "https://mcp.scopegate.cloud/%7Bapi_key%7D"Add to ~/.codex/config.toml.
https://mcp.scopegate.cloud/%7Bapi_key%7DSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scopegate": {
"url": "https://mcp.scopegate.cloud/%7Bapi_key%7D"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scopegate": {
"type": "http",
"url": "https://mcp.scopegate.cloud/%7Bapi_key%7D"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scopegate": {
"serverUrl": "https://mcp.scopegate.cloud/%7Bapi_key%7D"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scopegate": {
"url": "https://mcp.scopegate.cloud/%7Bapi_key%7D"
}
}
}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.alifanov%2Fscopegate)<a href="https://mcptoplist.com/server/io.github.alifanov%2Fscopegate"><img src="https://mcptoplist.com/badge/io.github.alifanov%2Fscopegate.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 (1 delisted)
alifanov
Other servers by alifanov
View all alifanov servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ScopeGate?
- ScopeGate is maintained by alifanov, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is ScopeGate listed on the Official MCP Registry?
- Yes — ScopeGate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ScopeGate have?
- MCP Toplist tracks 2 versions of ScopeGate, most recently published on Mar 2, 2026.
- Where can I find the source code for ScopeGate?
- The source code for ScopeGate is hosted at github.com/alifanov/scopegate.