Loading MCP server directory, please wait...
Infer, dry-run, deploy, and inspect ContractGate semantic data contracts.
npx @getmcp/cli add io.github.nightmoose/contractgateRequires Node.js 18+. Community-contributed server. Review source before installing.
CONTRACTGATE_API_KEYContractGate API key (cg_live_...). Create one at https://app.datacontractgate.com/account
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nightmoose/contractgate": {
"command": "npx",
"args": [
"-y",
"@contractgate/mcp-server"
],
"env": {
"CONTRACTGATE_API_KEY": "",
"CONTRACTGATE_BASE_URL": ""
}
}
}
}