EQQ's MCP Gateway gives AI tools governed access to your business data. The app supports Cursor, Windsurf, Continue, VS Code, and Claude Desktop — all using the same API key and endpoint. Find the MCP endpoint under My Account → AI Assistant Integration.

Giving AI tools governed access to your business data

The Query To JSON builder generates a ready-to-use cURL snippet that any AI coding tool can call.
The Query To JSON builder generates a ready-to-use cURL snippet that any AI coding tool can call.

The exact MCP config format (from the app's AI Assistant Integration section) is:

{
  "mcpServers": {
    "eqq": {
      "url": "http://[your-eqq-server]/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}

Cursor

Add the config above to ~/.cursor/mcp.json. Cursor's AI pane can now use EQQ tools while you code - useful for "show me real rows shaped like this table" without switching to SSMS.

Windsurf

Add the same config to ~/.codeium/windsurf/mcp_config.json. Windsurf will pick up the EQQ server on next launch and expose its tools in the AI panel.

Continue, VS Code, and Claude Desktop

All three read the same JSON structure. Continue and VS Code use their respective MCP settings files; Claude Desktop uses its built-in MCP configuration panel. The endpoint and key are identical across all clients.

Governance remains in the database

Whichever client you use, the same API key → role → query-list resolution happens on the EQQ server. Swap clients freely; access control stays put.