rbi-mcp-client
v1.8.0
Published
MCP client for RBI Infrastructure Deployment Agent - connects Claude Code to AWS-hosted MCP server
Maintainers
Readme
RBI MCP Client
MCP client for connecting Claude Code to the RBI Infrastructure Deployment Agent on AWS.
Installation
No installation needed! Use with npx:
{
"mcpServers": {
"rbi-infra": {
"command": "npx",
"args": ["-y", "rbi-mcp-client"],
"env": {
"MCP_API_KEY": "your-api-key"
}
}
}
}Setup
- Get an API key from your platform administrator
- Create
.mcp.jsonin your project root with the config above - Restart Claude Code
- Run
/mcpto verify connection
Available Commands
After connecting, you'll have access to these slash commands:
| Command | Description |
|---------|-------------|
| /mcp__rbi-infra__onboard | First-time setup |
| /mcp__rbi-infra__analyze | Check deployment state |
| /mcp__rbi-infra__deploy dev | Deploy to environment |
| /mcp__rbi-infra__status | Check all deployments |
| /mcp__rbi-infra__plan dev | Generate plan |
| /mcp__rbi-infra__destroy dev | Destroy (dev/staging-2 only) |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| MCP_API_KEY | Yes | Your API key |
| MCP_API_URL | No | Custom API URL (default: production) |
CLAUDE.md Integration
Add this to your project's CLAUDE.md:
## MCP Server
This project uses the RBI Infrastructure MCP server.
**Commands:**
- `/mcp__rbi-infra__onboard` - First-time setup
- `/mcp__rbi-infra__deploy {env}` - Deploy to environment
- `/mcp__rbi-infra__status` - Check status
**Environments:** dev, staging-1, staging-2, prod-1, prod-2License
MIT
