Enable the MCP Server in the Cursor
- Launch Cursor
- Go to Settings → Cursor Settings
- Select Tools from the sidebar
- Click New MCP Server
This opens the MCP configuration file.
Configure MCP Servers
Add the following configuration to the file.
Warning
Each MCP server must be defined separately (one URL per server).
{ "mcpServers": { "Acceldata Docs": { "url": "https://docs.acceldata.io/mcp" }, "Pulse Docs": { "url": "https://docs.acceldata.io/pulse/mcp" }, "ODP Docs": { "url": "https://docs.acceldata.io/odp/mcp" } }}MCP Server URL: Use the appropriate URL based on the product:
- ADOC: https://docs.acceldata.io/mcp
- Pulse: https://docs.acceldata.io/pulse/mcp
- ODP: https://docs.acceldata.io/odp/mcp
- Save the file.
Use MCP in Cursor
- Toggle the AI pane using ⌘ + I (macOS) or Ctrl + I (Windows/Linux)
- Ask the agent a question like "Search in Acceldata docs, how to create an alert".
Cursor will now query the configured MCP servers and return results directly in the AI panel.
What This Enables in Cursor
- Search Acceldata docs directly from the editor
- Let Cursor agents call the MCP tools automatically
- Faster documentation lookup without context switching
- Rich, tool-driven developer workflows inside Cursor

No comments yet.