MCP Server
MCP
io.github.millerchou/rocketchat-mcp
MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio
Install
uvx rocketchat-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rocketchat-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RocketChat workspace URL, e.g. https://chat.example.com",
"isRequired": true,
"name": "ROCKETCHAT_SERVER_URL"
},
{
"description": "RocketChat user ID",
"isRequired": true,
"isSecret": true,
"name": "ROCKETCHAT_USER_ID"
},
{
"description": "RocketChat personal access token",
"isRequired": true,
"isSecret": true,
"name": "ROCKETCHAT_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment