MCP
Cursor
Connect the Leexi MCP server to Cursor via the mcp.json file to query your calls from the editor.
| Who is this for? | Required permissions and licenses |
|---|---|
| • For Cursor users who want to query their calls and Leexi documentation from the editor. | • A Leexi account with MCP access. • Cursor installed and connected, with access to the workspace where MCP will be enabled. |
How to use it
Create the project-level configuration file (recommended)
Create the ./.cursor/mcp.json file in your project, then add:
{
"mcpServers": {
"leexi": {
"url": "https://api.leexi.ai/mcp"
}
}
}
Or opt for the global configuration (all projects)
Create the ~/.cursor/mcp.json file with the same JSON content as above.
Authenticate
- Open Cursor's settings dedicated to MCP servers.
- Select the
leexiserver. - Start authentication and complete the OAuth flow in your browser.
Going further
Leexi supports OAuth 2.0 + PKCE and Dynamic Client Registration (DCR): no manual Client ID or secret is required for a standard Cursor setup.