Stats
Actions
Tags
From DSG Governance Control Plane
Connects to a Supabase project for context discovery, enabling queries of database schemas and data. Requires Supabase URL and service key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dsg-context-discovery": {
"command": "node",
"args": [
"--loader",
"ts-node/esm",
"mcp-server/dsg-context-discovery.ts"
],
"env": {
"SUPABASE_URL": "${SUPABASE_URL}",
"SUPABASE_SERVICE_KEY": "${SUPABASE_SERVICE_KEY}"
}
}
}
}Replace placeholder values for: SUPABASE_SERVICE_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
SUPABASE_URL=${SUPABASE_URL}SUPABASE_SERVICE_KEY=${SUPABASE_SERVICE_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub tdealer01-crypto/tdealer01-crypto-dsg-control-plane --plugin dsg-governance