rocketchat mcp for Windsurf
io.github.millerchou/rocketchat-mcp
MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio
client:Windsurf
transport:stdio
runtime:pypi
Install rocketchat mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rocketchat-mcp": {
"command": "uvx",
"args": [
"rocketchat-mcp"
],
"env": {
"ROCKETCHAT_SERVER_URL": "<ROCKETCHAT_SERVER_URL>",
"ROCKETCHAT_USER_ID": "<ROCKETCHAT_USER_ID>",
"ROCKETCHAT_AUTH_TOKEN": "<ROCKETCHAT_AUTH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs