Fremkit
FREMKIT

Instant dev environments from any GitHub repo

AI figures out the setup. You just code.

Add to Claude Code
$ claude mcp add fremkit -- npx @fremkit/mcp
Or use the API directly
$ curl -X POST https://api.fremkit.dev/sandworm.v1.EnvironmentService/Create \
  -H "Authorization: Bearer $FREMKIT_API_KEY" \
  -d '{"repo":"github.com/expressjs/express"}'

How it works

1
Give it a repo URL. Any GitHub repository — Express, Django, Rails, Go, Rust, anything.
2
AI generates the config. Analyzes package files, detects the stack, picks the right runtime and dependencies.
3
Environment is ready. Sandboxed, accessible via URL, with exec and file system access. 30 seconds, zero config.
Available in Claude Code via MCP