RationalBloks for Gemini CLI
io.github.rationalbloks/rationalbloks-mcp
Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.
client:Gemini CLI
transport:streamable-http
runtime:pypi
tools:50
Install RationalBloks in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rationalbloks-mcp": {
"httpUrl": "https://mcp.rationalbloks.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- list_projects
- get_project
- get_schema
- get_user_info
- list_clusters
- get_job_status
- list_project_jobs
- get_project_info
- get_version_history
- get_template_schemas
- get_schema_reference
- get_subscription_status
- get_project_usage
- get_project_storage_usage
- list_project_files
- get_schema_at_version
- create_project
- update_schema
- patch_schema
- deploy_staging
- deploy_production
- delete_project
- rollback_project
- rename_project