Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. InsideOut (Riley)
I
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:27:23 PM

InsideOut (Riley)

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "insideout-riley": {
      "command": "npx",
      "args": [
        "-y",
        "insideout-riley"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Documentation Overview

InsideOut by Luther Systems

smithery badge

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.


Quick Install (30 seconds)

Terminal
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.


What Problem Does InsideOut Solve?

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.

CapabilityManual TerraformInsideOut
Time to deployDays to weeksMinutes
Security defaultsManualAutomatic
Cost visibilityPost-deploy billingPre-deploy estimates
Observability setupManualDay one
AI app builder integrationNoneNative (Claude Code, Codex, Kiro, Antigravity)
Terraform ownershipYesYes (generated, exportable)

What You Can Do

  • Design AWS/GCP architectures conversationally
  • Get real-time cost estimates before deploying
  • Generate production-ready Terraform
  • Deploy infrastructure directly from your tool
  • Inspect environments and detect drift
  • Monitor logs and manage resources over time

Quick Start

Once installed, just ask:

"Build me a scalable backend for my golang microservices app on AWS with a DB and auth."

InsideOut will:

  1. Propose an architecture (ECS, RDS, Cognito, ALB, VPC...)
  2. Estimate monthly cost
  3. Generate production-ready Terraform
  4. Deploy to your AWS or GCP account
Code
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]

Who Is This For?

UserUse case
Solo developersShip a production backend without DevOps expertise
Startup engineering teamsMove from idea to deployed infrastructure in minutes
AI app buildersIntegrate infrastructure automation directly into AI-native development workflows
Enterprise teamsStandardise infrastructure with best practices and cost controls
DevOps / platform engineersFaster architecture and IaC workflows

If you'd rather describe what you want than manually wire it together -- this is for you.


Choose Your Path

PathBest forInstall
This repo (recommended for Codex)Portable skill across multiple AI toolsnpx skills add luthersystems/insideout-agent-skills
Claude Code pluginBest native Claude Code experience/plugin marketplace add luthersystems/insideout-claude-code
Kiro powerBest native Kiro experienceAdd power from GitHub: luthersystems/insideout-power
Web appNo install requiredOpen in browser

Installation (Detailed)

Recommended: Skills CLI

Terminal
npx skills add luthersystems/insideout-agent-skills

Claude Code

For the full plugin experience (slash commands, agents, hooks, auto-approve):

Code
/plugin marketplace add luthersystems/insideout-claude-code
/plugin install insideout

Codex

Terminal
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

Cursor

Terminal
npx skills add luthersystems/insideout-agent-skills --agent cursor

Then add the MCP server to your Cursor MCP config:

config.json
{
  "mcpServers": {
    "insideout": {
      "type": "http",
      "url": "https://app.luthersystems.com/v1/insideout-mcp"
    }
  }
}

Windsurf

Terminal
npx skills add luthersystems/insideout-agent-skills --agent windsurf

Add MCP via Windsurf MCP Marketplace or manually in settings.

Kiro

For the full power experience (steering files, design pattern guides, auto-approve):

  1. Open the Powers panel
  2. Click Add power from GitHub
  3. Enter: luthersystems/insideout-power

Antigravity

Terminal
npx skills add luthersystems/insideout-agent-skills --agent antigravity

Then add the MCP server in Antigravity: "..." menu → MCP Servers → Manage MCP Servers → View raw config:

config.json
{
  "mcpServers": {
    "insideout": {
      "serverUrl": "https://app.luthersystems.com/v1/insideout-mcp"
    }
  }
}

Note: Antigravity uses serverUrl, not url.

Manual Installation

bash
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.


Supported Services (60+)

CategoryAWSGCP
ComputeEC2, ECS, EKS, LambdaCompute Engine, Cloud Run, GKE, Cloud Functions
DatabaseRDS PostgreSQL, DynamoDB, ElastiCache, OpenSearchCloud SQL, Firestore, Memorystore
NetworkingVPC, ALB, CloudFront, API GatewayVPC, Load Balancing, Cloud CDN, API Gateway
StorageS3Cloud Storage
SecurityWAF, KMS, Secrets Manager, CognitoCloud Armor, Cloud KMS, Secret Manager, Identity Platform
MessagingSQS, MSK (Kafka)Pub/Sub
ObservabilityCloudWatch, Managed GrafanaCloud Logging, Cloud Monitoring
AI/MLBedrockVertex AI
CI/CDCodePipeline, GitHub ActionsCloud Build
BackupAWS BackupGCP Backups

Architecture patterns: AI Stack, Microservices, Serverless. Azure support is upcoming.


Core Capabilities

Infrastructure from Description

Describe your application in natural language. InsideOut generates the architecture, configuration, and Terraform. Review, tweak, and deploy -- all from one place.

Cost Visibility Before Deployment

Get cost estimates for your exact stack before committing. No surprise bills; pricing is surfaced at design time.

Secure and Observable by Default

Security best practices applied automatically. Observability configured from day one -- no retroactive setup needed.

Full Terraform Ownership

You own the generated Terraform files. Use InsideOut defaults or override any setting. No lock-in; the output is standard infrastructure-as-code.

Managed Operations

Luther Systems sets up and manages critical infrastructure. Ongoing updates and operational support included.


How It Works

InsideOut uses a multi-agent AI system behind a single MCP server:

AgentRole
RileyInfrastructure advisor -- leads the design conversation
HippoCost estimation and pricing optimization
JoyUser experience and requirement gathering
EtchTerraform code generation
CoreArchitecture validation and best practices
AxelDeployment 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.

Security & Auth Model

  • No API key required to install or use the skill
  • The MCP server runs remotely over HTTPS -- no local binary needed
  • Cloud credentials are only required at deployment time, via a browser-based connect flow
  • You control what gets deployed into your cloud accounts
  • You can review all generated Terraform before deploying

See SECURITY.md for detailed data flow documentation.


Terraform Presets and Modules

InsideOut uses a library of battle-tested, standard Terraform modules composed for common infrastructure patterns.

  • Terraform Presets -- the pre-built modules InsideOut composes
  • Standard Modules -- underlying Luther Enterprise infrastructure modules

FAQ

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


Resources

  • Skills.sh -- skill listing on the Skills registry
  • InsideOut Platform
  • Web App -- try InsideOut without any IDE
  • Demo Video
  • Documentation
  • Terraform Presets
  • Agent Skills Standard
  • Subreddit
  • llms.txt -- machine-readable product summary for LLM discovery

MCP Server Integrations

  • Confluent (Kafka)
  • Google Drive
  • SAP HANA

About Luther Systems

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.

  • Luther Systems
  • InsideOut
  • GitHub
  • Documentation

Get Help

  • Discord -- chat with the devs and InsideOut users
  • Book a Call -- talk with us
  • Tech Call -- talk with the devs
  • Email: contact@luthersystems.com

License

Apache License 2.0

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Q
    Qovery MCP Server

    Deploy and manage cloud infrastructure on AWS, GCP, and Azure with natural language.

    ☁️ Cloud Platforms0 views
    Compare vs Qovery MCP Server →
  • Mcp Server Kubernetes logoMcp Server Kubernetes

    /🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.

    ☁️ Cloud Platforms0 views
    Compare vs Mcp Server Kubernetes →
  • Mcp logoMcp

    Vruum AI revenue platform — outbound, deals, pipeline & CRM automation over one MCP.

    ☁️ Cloud Platforms1 views
    Compare vs Mcp →
  • S
    Synlake — Cloud Infrastructure for AI Agents

    Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.

    ☁️ Cloud Platforms0 views
    Compare vs Synlake — Cloud Infrastructure for AI Agents →

Frequently Asked Questions about InsideOut (Riley)

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "insideout-riley": { "command": "npx", "args": ["-y", "InsideOut (Riley)"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewInsideOut (Riley) AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/insideout-riley?style=directory)](https://allmcps.com/mcp/insideout-riley)
HTML Embed
<a href="https://allmcps.com/mcp/insideout-riley"><img src="https://allmcps.com/api/badge/insideout-riley?style=directory" alt="InsideOut (Riley) on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to InsideOut (Riley) →Install in Claude DesktopInstall in CursorInstall in VS Code