rise mcp for Cursor
io.github.gzlo/rise-mcp
RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
client:Cursor
transport:stdio
runtime:npm
Install rise mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rise-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rise-mcp"
],
"env": {
"RISE_API_URL": "<RISE_API_URL>",
"RISE_API_KEY": "<RISE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs