Cursor supports the streamable HTTP MCP transport natively, so you can point it directly at the Mcpjungle gateway. Once configured, Cursor’s AI agent can discover and invoke every tool registered in Mcpjungle.Documentation Index
Fetch the complete documentation index at: https://docs.mcpjungle.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Mcpjungle running at
http://localhost:8080(or your deployment URL) - Cursor installed
Configure Cursor
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.
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.Save and reload
Save the configuration. Cursor will connect to Mcpjungle and load the available tools automatically.
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.
