Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Rocket.Chat Setup Guide

Follow these steps to set up and configure MCP Rocket.Chat on your local machine.

1. Clone the Repository

git clone git@github.com:elieworkspace/mcp-rocketchat.git
cd mcp-rocketchat

2. Start Rocket.Chat with Docker

docker compose up -d

Access Rocket.Chat at http://localhost:3000.

3. Initial Configuration

4. Set Up Python Environment

uv venv
.venv\Scripts\activate
uv add mcp[cli] httpx

5. Client Configuration Example

Add the following configuration to your client, replacing -username- and -password- with your credentials:

{
    "mcpServers": {
        "mcp-rocketchat": {
            "command": "uv",
            "args": [
                "--directory",
                "C:/Users/-username-/Desktop/mcp-rocketchat",
                "run",
                "rocketchat.py",
                "--server-url", "http://localhost:3000",
                "--username", "-username-",
                "--password", "-password-"
            ]
        }
    }
}

Tip:
Make sure Docker and Python are installed on your system before starting.

For more details, refer to the Rocket.Chat documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages