Infrastructure as
conversation
Provision databases, deploy apps, and manage infrastructure through natural conversation. No dashboards. No copying API keys.
See the difference
Database, SQL, and deployment. Two approaches.
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.
One interface, every service
DevEnv sits between you and your cloud providers. Talk to Claude, and we handle the rest.
“Create a postgres database”
112 tools for infrastructure
Automatic provisioning
Natural language request
Picks the right tool
Provisions infrastructure
Credentials in .env
Get started
Install, configure, and start building.
Install the package
Add to Claude config
Add to claude_desktop_config.json
{
"mcpServers": {
"devenv": {
"command": "npx",
"args": ["devenv-mcp"]
}
}
}Start building
Open Claude and ask for anything: