MCP Server
MCP
io.github.afurlane/copilot-datagate
Policy-driven, read-only MCP server for safe database access from AI tools.
Install
npx -y @copilot-datagate/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@copilot-datagate/cli",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Workspace root used to resolve .datagate/datagate.toml, datagate.toml, or user-level config.",
"format": "string",
"name": "DATAGATE_PROJECT_ROOT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment