Prerequisites
- Mcpjungle running at
http://localhost:8080(or your deployment URL) - Cursor installed
Configure Cursor
1
Open MCP settings in Cursor
In Cursor, open Settings and navigate to the MCP section.Cursor stores MCP server configuration in a JSON file. You can edit it directly from the settings panel or open the file in your editor.
2
Add Mcpjungle as an MCP server
Add the following entry to your Cursor MCP configuration:Unlike Claude Desktop, Cursor connects over HTTP directly — no
mcp-remote bridge is needed.3
Save and reload
Save the configuration. Cursor will connect to Mcpjungle and load the available tools automatically.
4
Test the connection
Open Cursor’s agent chat and ask it to list the tools it has access to, or invoke a tool directly:The agent will query Mcpjungle and return all tools from your registered servers.
Enterprise mode (authentication)
If your Mcpjungle instance runs in enterprise mode, create a dedicated MCP client for Cursor and include its access token in the request headers. Create the client with the Mcpjungle CLI:YOUR_ACCESS_TOKEN with the token printed by mcpjungle create mcp-client.
