All supported clients
ideAnysphere
Connect ExplainX to Cursor
Add ExplainX to Cursor's MCP settings so agent mode can call it.
Cursor reads MCP servers from a project or global mcp.json file, and exposes each server's tools to agent mode once it's listed there. Adding ExplainX lets Cursor's agent look up current model prices or check the agent/tool directory while it's working on your code.
Setup steps
- 01Open Cursor Settings → MCP, or edit ~/.cursor/mcp.json directly.
- 02Add an explainx entry pointing at the ExplainX MCP URL.
- 03Save and reload — Cursor opens a browser tab to complete ExplainX sign-in.
- 04Enable the explainx tools in agent mode when prompted.
~/.cursor/mcp.json{
"mcpServers": {
"explainx": {
"url": "https://mcp.explainx.ai/mcp"
}
}
}Frequently asked
Project-level or global mcp.json for ExplainX in Cursor?
Use ~/.cursor/mcp.json for a global connection available in every project, or a project-local .cursor/mcp.json if you only want ExplainX available in that repo.
Other supported clients