Server data from the Official MCP Registry
Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements.
Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements.
Remote endpoints: streamable-http: https://app.luthersystems.com/v1/insideout-mcp
This is a legitimate skill initialization and validation toolset for the InsideOut infrastructure automation MCP server. The code is well-structured with appropriate input validation, no credential handling issues, and permissions that match the developer tools category. Minor code quality improvements around error handling are recommended, but no security vulnerabilities were identified.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Cloud infrastructure automation. Describe your application in natural language and InsideOut will design, configure, deploy, and manage production-ready backend infrastructure -- in minutes, not weeks.
Works standalone or integrated directly into AI app builders via MCP.
npx skills add luthersystems/insideout-agent-skills
Works with Claude Code, Codex, Cursor, Kiro, Windsurf, and 30+ other tools.
View on Skills.sh | Try the web app -- no install required.
Setting up cloud infrastructure is slow, error-prone, and requires deep DevOps expertise. Teams spend weeks on plumbing -- networking, security, storage, scaling configuration -- before writing a single line of product code.
InsideOut eliminates this. You describe your application; InsideOut handles the rest: architecture design, Terraform generation, cost estimation, deployment, and ongoing management.
Before InsideOut: Weeks of manual infrastructure setup, Terraform authoring, and cloud configuration. With InsideOut: Backend infrastructure deployed in minutes, managed continuously.
| Capability | Manual Terraform | InsideOut |
|---|---|---|
| Time to deploy | Days to weeks | Minutes |
| Security defaults | Manual | Automatic |
| Cost visibility | Post-deploy billing | Pre-deploy estimates |
| Observability setup | Manual | Day one |
| AI app builder integration | None | Native (Claude Code, Codex, Kiro, Antigravity) |
| Terraform ownership | Yes | Yes (generated, exportable) |
Once installed, just ask:
"Build me a scalable backend for my golang microservices app on AWS with a DB and auth."
InsideOut will:
You: "I need infrastructure for an e-commerce platform, 1k monthly users on AWS"
Riley: "I'd recommend ECS for your containers, RDS PostgreSQL for your database,
ElastiCache Redis for sessions, and an ALB. Estimated cost: ~$350/month.
Want me to adjust anything?"
You: "Looks good, generate the Terraform"
[Generates production-ready Terraform files]
You: "Deploy it"
[Deploys to AWS, streams logs in real-time]
| User | Use case |
|---|---|
| Solo developers | Ship a production backend without DevOps expertise |
| Startup engineering teams | Move from idea to deployed infrastructure in minutes |
| AI app builders | Integrate infrastructure automation directly into AI-native development workflows |
| Enterprise teams | Standardise infrastructure with best practices and cost controls |
| DevOps / platform engineers | Faster architecture and IaC workflows |
If you'd rather describe what you want than manually wire it together -- this is for you.
| Path | Best for | Install |
|---|---|---|
| This repo (recommended for Codex) | Portable skill across multiple AI tools | npx skills add luthersystems/insideout-agent-skills |
| Claude Code plugin | Best native Claude Code experience | /plugin marketplace add luthersystems/insideout-claude-code |
| Kiro power | Best native Kiro experience | Add power from GitHub: luthersystems/insideout-power |
| Web app | No install required | Open in browser |
npx skills add luthersystems/insideout-agent-skills
For the full plugin experience (slash commands, agents, hooks, auto-approve):
/plugin marketplace add luthersystems/insideout-claude-code
/plugin install insideout
npx skills add luthersystems/insideout-agent-skills --agent codex
Activate by typing $insideout -- Codex will detect the missing MCP server and prompt you to install it automatically.
Fallback: If the auto-install doesn't trigger, run:
codex mcp add insideout --url https://app.luthersystems.com/v1/insideout-mcp
npx skills add luthersystems/insideout-agent-skills --agent cursor
Then add the MCP server to your Cursor MCP config:
{
"mcpServers": {
"insideout": {
"type": "http",
"url": "https://app.luthersystems.com/v1/insideout-mcp"
}
}
}
npx skills add luthersystems/insideout-agent-skills --agent windsurf
Add MCP via Windsurf MCP Marketplace or manually in settings.
For the full power experience (steering files, design pattern guides, auto-approve):
luthersystems/insideout-powernpx skills add luthersystems/insideout-agent-skills --agent antigravity
Then add the MCP server in Antigravity: "..." menu → MCP Servers → Manage MCP Servers → View raw config:
{
"mcpServers": {
"insideout": {
"serverUrl": "https://app.luthersystems.com/v1/insideout-mcp"
}
}
}
Note: Antigravity uses
serverUrl, noturl.
git clone https://github.com/luthersystems/insideout-agent-skills.git
cp -r insideout-agent-skills ~/.agents/skills/insideout
The ~/.agents/skills/ directory is the standard cross-tool location. Most AI coding tools will detect skills here automatically.
| Category | AWS | GCP |
|---|---|---|
| Compute | EC2, ECS, EKS, Lambda | Compute Engine, Cloud Run, GKE, Cloud Functions |
| Database | RDS PostgreSQL, DynamoDB, ElastiCache, OpenSearch | Cloud SQL, Firestore, Memorystore |
| Networking | VPC, ALB, CloudFront, API Gateway | VPC, Load Balancing, Cloud CDN, API Gateway |
| Storage | S3 | Cloud Storage |
| Security | WAF, KMS, Secrets Manager, Cognito | Cloud Armor, Cloud KMS, Secret Manager, Identity Platform |
| Messaging | SQS, MSK (Kafka) | Pub/Sub |
| Observability | CloudWatch, Managed Grafana | Cloud Logging, Cloud Monitoring |
| AI/ML | Bedrock | Vertex AI |
| CI/CD | CodePipeline, GitHub Actions | Cloud Build |
| Backup | AWS Backup | GCP Backups |
Architecture patterns: AI Stack, Microservices, Serverless. Azure support is upcoming.
Describe your application in natural language. InsideOut generates the architecture, configuration, and Terraform. Review, tweak, and deploy -- all from one place.
Get cost estimates for your exact stack before committing. No surprise bills; pricing is surfaced at design time.
Security best practices applied automatically. Observability configured from day one -- no retroactive setup needed.
You own the generated Terraform files. Use InsideOut defaults or override any setting. No lock-in; the output is standard infrastructure-as-code.
Luther Systems sets up and manages critical infrastructure. Ongoing updates and operational support included.
InsideOut uses a multi-agent AI system behind a single MCP server:
| Agent | Role |
|---|---|
| Riley | Infrastructure advisor -- leads the design conversation |
| Hippo | Cost estimation and pricing optimization |
| Joy | User experience and requirement gathering |
| Etch | Terraform code generation |
| Core | Architecture validation and best practices |
| Axel | Deployment orchestration |
From your perspective, you're talking to Riley. The other agents work behind the scenes. These capabilities are exposed as tools inside your AI environment, so you use them conversationally.
See SECURITY.md for detailed data flow documentation.
InsideOut uses a library of battle-tested, standard Terraform modules composed for common infrastructure patterns.
Can I use InsideOut without the InsideOut UI? Yes. InsideOut integrates with Claude Code, Codex, Kiro, Antigravity, and any MCP-compatible AI development environment, allowing you to design, price, and deploy infrastructure directly from your editor without opening the InsideOut interface.
Do I own the generated Terraform? Yes. InsideOut generates standard Terraform files that you own and can export, modify, or use independently of the platform.
Can I override the default configuration? Yes. InsideOut applies best-practice defaults but every setting is overridable. You control the final configuration before deployment.
What clouds does InsideOut support? AWS and Google Cloud Platform. AWS has the deepest support with the widest range of resource types. Azure support is upcoming.
Is InsideOut suitable for AI application backends? Yes. InsideOut explicitly supports AI stack architectures and is designed to work within AI-native development environments like Claude Code, Codex, Kiro, Antigravity, and other MCP-compatible tools.
How does pricing work? Cost estimates for your exact stack are surfaced before deployment. Contact Luther Systems for platform pricing: contact@luthersystems.com
Luther Systems is an enterprise infrastructure and automation company founded in 2015, headquartered in London, UK. Our mission is to accelerate the advent of the automated enterprise.
Founded by a team who spent years automating complex processes for some of the world's largest financial institutions, Luther Systems builds platforms that bring enterprise-grade infrastructure and operations to teams of every size.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI