# Savecraft

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/joshsymonds/savecraft.gg  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/savecraft

## Description
Savecraft serves real save game data and reference tools for AI assistants.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "savecraft": {
    "command": "npx",
    "args": ["-y","savecraft"]
  }
}
```

## Documentation & README

# Savecraft (historical repository)

**Development in this repository has stopped.** It remains available, unchanged,
under its original [Apache 2.0 license](LICENSE).

Savecraft's codebase split along its trust boundary in July 2026:

- **The open local client** — the daemon, WASM plugin runtime, save parsers,
  in-game mods, and installer: everything Savecraft installs on a user's
  machine — continues at
  **[joshsymonds/savecraft-client](https://github.com/joshsymonds/savecraft-client)**,
  with history, under Apache 2.0.
- **The hosted product** (API, web app, reference modules) is proprietary and
  developed privately.

Existing releases and this repository's full history stay available under
their original terms. For what the client reads and transmits, see the client
repository's README and its
[wire schema](https://github.com/joshsymonds/savecraft-client/blob/main/proto/savecraft/v1/protocol.proto).

