Terror
Allows management of Cloudflare infrastructure (coming soon)
Allows management of DigitalOcean infrastructure (coming soon)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TerrorCreate a Cloud Storage bucket called my-assets in us-central1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄
█ █ █ ▄ █ █ ▄ █ █ █ ▄ █
█▄ ▄█ ▄▄▄█ █ █ █ █ █ █ █ █ ▄ █ █ █ █
█ █ █ █▄▄▄█ █▄▄█▄█ █▄▄█▄█ █ █ █ █▄▄█▄
█ █ █ ▄▄▄█ ▄▄ █ ▄▄ █ █▄█ █ ▄▄ █
█ █ █ █▄▄▄█ █ █ █ █ █ █ █ █ █ █
█▄▄▄█ █▄▄▄▄▄▄▄█▄▄▄█ █▄█▄▄▄█ █▄█▄▄▄▄▄▄▄█▄▄▄█ █▄The ghost in your cloud.
Terror is an agentic Terraform replacement built as an MCP tool. Agents provision and manage cloud infrastructure through natural language -- no HCL, no state files. Cloud provider APIs are the sole source of truth, and every mutation passes through a decision gate where the agent evaluates its own plan before executing.
Features
Stateless -- cloud APIs are the source of truth, no local or remote state files
Decision Gate -- agents evaluate their own plans before acting, plan-then-apply with validation
Transactional rollback -- on failure mid-plan, completed actions roll back in reverse order
Token-efficient responses -- summary-first, delta-only updates, paginated results
Real-time TUI status -- live progress via stderr, stdout reserved for MCP transport
OAuth broker -- local HTTP server handles OAuth callbacks for unified auth across providers
Provider plugin system -- each cloud provider is a separate package implementing a shared interface
Related MCP server: cloudwright-mcp
Quick Start
bun add @terror/core @terror/gcpAdd Terror to your MCP config:
// .mcp.json
{
"mcpServers": {
"terror": {
"command": "npx",
"args": ["@terror/core"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
}
}
}
}Then ask your agent to manage infrastructure:
> Create a Cloud Storage bucket called "my-assets" in us-central1
> Deploy this Cloud Run service with 512MB memory
> Show me all VMs in project "staging"Providers
Provider | Status |
GCP | Full CRUD -- Compute, Storage, VPC, IAM, Cloud Run, Functions, SQL, Pub/Sub |
AWS | Coming soon |
Cloudflare | Coming soon |
DigitalOcean | Coming soon |
Architecture
Agent <--stdio--> @terror/core <--plugin--> @terror/gcp
| |
Plan Engine Cloud APIs
OAuth Broker
Tool RegistryTwo-layer tool design: low-level CRUD per resource type, plus high-level intent-based composite operations. Every mutation carries a rollback handler.
See CLAUDE.md for full architectural details.
Install
Tell your agent to read docs/install.md.
License
MIT -- Roguelite Software
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides AI agents with natural language control over AWS, Azure, GCP, and Alibaba Cloud infrastructure through dynamic API discovery and execution. Supports 51,900+ cloud operations and includes OpenTofu integration for complete infrastructure lifecycle management.3MIT
- AlicenseAqualityCmaintenanceAI-powered cloud architecture - describe infrastructure in natural language, get Terraform, cost estimates, and compliance reports1932MIT
- AlicenseAqualityCmaintenanceAI infrastructure design agent. Describe your app in plain English; Riley designs, prices, and deploys AWS or GCP infrastructure with generated Terraform.24Apache 2.0
- Alicense-qualityDmaintenanceEnables generating, validating, planning, and applying Terraform configurations to manage infrastructure through natural language.MIT
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lazorgurl/terror'
If you have feedback or need assistance with the MCP directory API, please join our Discord server