@rot-balance/mcp-server
v0.3.0
Published
MCP server for rot-balance — enables IDE integration with Cursor, VS Code Copilot, and other MCP-compatible tools
Maintainers
Readme
@rot-balance/mcp-server
MCP (Model Context Protocol) server for rot-balance — enables IDE integration with Cursor, VS Code Copilot, JetBrains AI, and any MCP-compatible tool.
Install
npm install -g @rot-balance/mcp-serverSetup
Add to your IDE's MCP configuration:
Cursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"rot-balance": {
"command": "npx",
"args": ["@rot-balance/mcp-server"]
}
}
}Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"rot-balance": {
"command": "npx",
"args": ["@rot-balance/mcp-server"]
}
}
}What It Exposes
The MCP server exposes rot-balance's full capabilities as tools and resources that AI assistants can use:
- Workflow orchestration — Plan, execute, and rollback multi-step operations
- Resource discovery — Scan cloud providers for credentials, secrets, and infrastructure
- Compliance scanning — Run GDPR audits directly from your IDE
- Infrastructure mapping — Generate architecture diagrams
- Key rotation — Rotate credentials with transactional safety
Part of rot-balance
This is the MCP server package. For the full platform, see rot-balance — 27 packages, 13 AI adapters, 11 SaaS plugins, 131 actions.
