MCP Server for Claude

Infrastructure as
conversation

Provision databases, deploy apps, and manage infrastructure through natural conversation. No dashboards. No copying API keys.

112 tools
521+ tests
7 providers
claude
$

See the difference

Database, SQL, and deployment. Two approaches.

Traditional
0.0s elapsed
... Opening Neon dashboard...
With DevEnv
0.0s elapsed

112 tools

Everything you need

From database provisioning to production deployment. Works with existing projects.

Instant Databases

Provision PostgreSQL, MySQL, SQLite, Redis, or MongoDB in seconds. Credentials auto-injected to your .env file.

Link Services Together

Connect a provisioned database to Vercel or Railway in one command. No manual env var copying or dashboard switching.

Import Existing Databases

Already have a database? Import any connection string into devenv and manage it alongside everything else.

Push & Pull Env Vars

Push vault credentials to Vercel/Railway, or pull remote env vars locally. Keep every environment in sync.

Execute SQL Files

Run schema migrations, seed scripts, or init files against any provisioned database. No curl commands needed.

Redeploy on Demand

Changed env vars? Trigger a redeployment instantly. No git push needed - just redeploy with new configuration.

Multi-Platform Deploy

Deploy to Vercel or Railway with a single command. Environment variables synced automatically.

Dev Workflow

Start dev servers, run tests, lint code - all through conversation. Auto-detects your framework.

6 Project Templates

Next.js, Hono API, Fullstack, Static Site, AI App, and SaaS Starter - with infrastructure included.

Env Diff & Validate

Compare local vs Vercel env vars. Validate all required vars are set. Catch missing config before it breaks production.

Connection Testing

Test database connections before deploying. Validates auth, SSL, latency, and gives diagnostic hints on failures.

Credential Rotation

Regenerated a password? Update it across vault, .env, Vercel, and Railway in one command. No place forgotten.

Database Reset

Drop all tables and re-run your schema file. Clean slate for development without re-provisioning.

AI DevOps

Claude analyzes errors, optimizes queries, audits security, and generates migrations automatically.

Secure Vault

AES-256-GCM encrypted credential storage. Your secrets never leave your machine.

DNS Management

List, add, and remove DNS records on Vercel-managed domains. Push Resend or mail records without leaving your terminal.

Cross-Platform Env Sync

Copy env vars between Vercel, Railway, and local .env. Push to all platforms at once with auto-detection.

Schema Portability

Export and import database schemas across PostgreSQL and SQLite with automatic dialect conversion.

Plus tools for Railway, database branching, deployment rollback, testing, and package management.

See it in action

Natural conversation replaces dashboards and credential copying.

claude
$

One interface, every service

DevEnv sits between you and your cloud providers. Talk to Claude, and we handle the rest.

Input
Natural language

“Create a postgres database”

DevEnv MCP
provisionquerydeploymigratebackupmonitor

112 tools for infrastructure

Providers
Neon
Vercel
Supabase
Turso
Upstash
Railway

Automatic provisioning

Step 1
You ask

Natural language request

Step 2
Claude selects

Picks the right tool

Step 3
DevEnv executes

Provisions infrastructure

Step 4
You build

Credentials in .env

Get started

Install, configure, and start building.

1.

Install the package

bun add devenv-mcp
2.

Add to Claude config

Add to claude_desktop_config.json

{
  "mcpServers": {
    "devenv": {
      "command": "npx",
      "args": ["devenv-mcp"]
    }
  }
}
3.

Start building

Open Claude and ask for anything:

I need a PostgreSQL database for my project
Deploy this app to production
Create a Next.js app with authentication
Run my tests and show coverage