rise mcp for Grok
io.github.gzlo/rise-mcp
RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
client:Grok
transport:stdio
runtime:npm
Install rise mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rise-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rise-mcp"
],
"env": {
"RISE_API_URL": "<RISE_API_URL>",
"RISE_API_KEY": "<RISE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs