revenexx docs MCP in Cursor
Add the revenexx documentation MCP server to Cursor.
Add the revenexx documentation MCP server to Cursor so its agent can search and read the docs while you work. The server is hosted and public — no install, no API key.
Add the server
Open Cursor Settings, go to the MCP tab, and click Add new global MCP server. This opens your mcp.json. Add the revenexx-docs entry:
JSON
{
"mcpServers": {
"revenexx-docs": {
"url": "https://revenexx.dev/mcp"
}
}
}
Save the file. Cursor connects to the server and loads its tools; restart Cursor if it doesn't pick them up.
Try it
Open Cursor's agent and ask:
Search the revenexx docs for how to authenticate against the API.Using the revenexx docs, show me how to create an order with the CLI.Which revenexx SDKs are available? Check the docs.