- Step1: Install the gem using `gem install rails-mcp-server`.
- Step2: Configure your projects in the `projects.yml` file following the specified format.
- Step3: Start the server in STDIO mode with `rails-mcp-server` or in HTTP mode with `rails-mcp-server --mode http`.
- Step4: Connect your MCP-compatible client or tool to the server via standard input/output or HTTP endpoints.
- Step5: Use available tools like `switch_project`, `get_project_info`, `list_files`, etc., to explore and analyze your Rails projects.