mcpbeat Sign in

Copilot Datagate MCP Server

local only

Copilot Datagate runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 24 Aug 2026.

Policy-driven, read-only MCP server for safe database access from AI tools.

Installs per day peak 243 · avg 11 · -58% w/w
a month agotoday
101
Installs / week
npm · @copilot-datagate/cli
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

Nothing serious here today

Today is the operative word: we check Copilot Datagate every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add copilot-datagate -- npx -y @copilot-datagate/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "copilot-datagate": {
      "args": [
        "-y",
        "@copilot-datagate/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.copilot-datagate]
command = "npx"
args = ["-y", "@copilot-datagate/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "copilot-datagate": {
      "args": [
        "-y",
        "@copilot-datagate/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "copilot-datagate": {
      "args": [
        "-y",
        "@copilot-datagate/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Copilot Datagate

same job, measured the same way
GWAS Bioinformatics MCP Server
by zaeyasa

Access 30+ bioinformatics tools from 14 databases.

83 installs/wk local only
A2db
by agentic-eng

Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot.

107 installs/wk local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

125 installs/wk local only
C
Data
by thinair

Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.

answering
DataLink
by pilat

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

67 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

241 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
SqlAugur
by mbentham

MCP server providing AI assistants with safe, read-only SQL Server access

local only

Copilot Datagate — questions

Answers built from our own checks of this server.

Why is there no uptime for Copilot Datagate?
Copilot Datagate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @copilot-datagate/cli was installed 101 times last week.
How do I connect Copilot Datagate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @copilot-datagate/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Copilot Datagate?
The npm package @copilot-datagate/cli was installed 101 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Copilot Datagate open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.