jerrycan

backant-io/jerrycan
★ 0 stars Rust AI/LLM Updated 4d ago
jerrycan — the AI-native Rust backend platform: framework, CLI, and MCP server. https://jerrycan.cc
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jerrycan": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "jerrycan"
      ]
    }
  }
}

README Excerpt

<div align="center"> **The AI-native Rust backend platform.** Backends designed, generated, verified, and packaged by AI agents — on a framework built from the ground up for exactly that. </div> --- jerrycan is two inseparable halves: 1. **A backend framework** — a ground-up rewrite of the Flask/Werkzeug *concept space* in Rust: leanest possible core, async-only on tokio + hyper, trait-based extensions, secure by default.