3 hours ago
Conjra is an npm MCP skill package that lets developers provision and
manage cloud infrastructure directly from their AI editor. Supports
Railway, Supabase, Vercel, Stripe, Cloudflare, and 15+ providers.
Works with Cursor, Windsurf, VS Code, and 20+ AI editors via the
Model Context Protocol. No context switching, no dashboards — just
talk to your editor and ship.
Server Config
{
"mcpServers": {
"conjra": {
"command": "npx",
"args": [
"conjra"
]
}
}
}