Cursor Integration Guide
Cursor is a next-generation AI-first code editor. Because Cursor fully supports the Model Context Protocol (MCP), you can connect Proxima directly in the GUI to allow the Cursor AI Composer, Agent, and Chat features to coordinate search, code compilation, and terminal routing.
1. Quick GUI Configuration
Follow these simple steps to add Proxima to your Cursor editor UI:
- **Name**:
proxima - **Type**:
command - **Command**:
node - **Arguments**:
"C:/path/to/proxima/src/mcp/index.js"*(Replace with your actual local installation path)*
mcp.json file directly to your project root inside the workspace.
2. Direct File Configuration (JSON)
If you prefer configuring via workspace setup files, Cursor stores its global MCP configurations in a JSON block. You can edit this file directly:
Config Path
JSON Configuration Block
3. Using Proxima inside Cursor
Once connected, Cursor automatically indexes all tools exposed by Proxima. You can invoke them in two ways:
A. Automatic Selection
Simply ask Cursor Composer or Cursor Chat a question. If Cursor needs web search results or file analysis, it will automatically call Proxima tools like deep_search or analyze_file to gather context.
B. Manual Tool Invocations
You can instruct Cursor to invoke specific tools by mentioning their name in your chat window. For example: