Skip to main content

Cursor, Windsurf & Other MCP Tools

Many MCP-compatible tools support remote MCP servers natively — no Node.js required.

Cursor

Add to ~/.cursor/mcp.json or via Settings → MCP:

{
"mcpServers": {
"ecgrid-mcp": {
"url": "https://mcp.ecgrid.io/mcp",
"headers": {
"X-APIKey": "YOUR_API_KEY_HERE"
}
}
}
}

Windsurf

Add via Settings → MCP Servers → Add Server, or edit ~/.codeium/windsurf/mcp_config.json:

{
"mcpServers": {
"ecgrid-mcp": {
"serverUrl": "https://mcp.ecgrid.io/mcp",
"headers": {
"X-APIKey": "YOUR_API_KEY_HERE"
}
}
}
}

Other MCP-Compatible Tools

Use the same server URL and header for any tool that supports remote MCP servers:

ItemValue
Server URLhttps://mcp.ecgrid.io/mcp
Auth headerX-APIKey: YOUR_API_KEY_HERE
TransportHTTP (SSE response)

Config formats vary by tool version — check your tool's documentation. You can also paste the ECGrid MCP Overview URL into your AI and ask: "How do I add this MCP server to [tool name]?"

Verify the Connection

After configuring, test with:

Test the ECGrid MCP connection

Expected: your ECGrid login name, auth level, network ID, and server time.