DataGate
Rank #21,497io.github.afurlane/copilot-datagate
Policy-driven, read-only MCP server for safe database access from AI tools.
DataGate is a Model Context Protocol (MCP) server published by afurlane. It ranks #21,497 of 132,046 servers tracked on MCP Toplist. DataGate is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 21, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 110,549 of 132,046 servers on MCP Toplist.
Use DataGate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add copilot-datagate -e "DATAGATE_PROJECT_ROOT=<your DATAGATE_PROJECT_ROOT>" -- npx -y @copilot-datagate/cliReplace each placeholder with your own value before saving.
[mcp_servers.copilot-datagate]
command = "npx"
args = ["-y", "@copilot-datagate/cli"]
[mcp_servers.copilot-datagate.env]
DATAGATE_PROJECT_ROOT = "<your DATAGATE_PROJECT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<your DATAGATE_PROJECT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<your DATAGATE_PROJECT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"copilot-datagate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<your DATAGATE_PROJECT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<your DATAGATE_PROJECT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"copilot-datagate": {
"command": "npx",
"args": [
"-y",
"@copilot-datagate/cli"
],
"env": {
"DATAGATE_PROJECT_ROOT": "<your DATAGATE_PROJECT_ROOT>"
}
}
}
}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.afurlane%2Fcopilot-datagate)<a href="https://mcptoplist.com/server/io.github.afurlane%2Fcopilot-datagate"><img src="https://mcptoplist.com/badge/io.github.afurlane%2Fcopilot-datagate.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
afurlane
Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | Aug 22, 2026 |
Frequently asked questions
- Who maintains DataGate?
- DataGate is maintained by afurlane, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is DataGate listed on the Official MCP Registry?
- Yes — DataGate is listed on the Official MCP Registry, alongside Glama.
- How many versions does DataGate have?
- MCP Toplist tracks 1 version of DataGate, most recently published on Aug 22, 2026.
- Where can I find the source code for DataGate?
- The source code for DataGate is hosted at github.com/afurlane/copilot-datagate.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.