streamable-httpApache-2.0updated 1mo ago
Development in this repository has stopped. It remains available, unchanged, under its original Apache 2.0 license.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with Savecraft?
Savecraft (historical repository)
Development in this repository has stopped. It remains available, unchanged, under its original Apache 2.0 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, 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.
Install
Add Savecraft to your client. Pick the one you use.
claude mcp add --transport http savecraft https://api.savecraft.gg/mcpcodex mcp add savecraft --url https://api.savecraft.gg/mcp{
"mcpServers": {
"savecraft": {
"url": "https://api.savecraft.gg/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"savecraft": {
"type": "http",
"url": "https://api.savecraft.gg/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"savecraft": {
"url": "https://api.savecraft.gg/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"savecraft": {
"serverUrl": "https://api.savecraft.gg/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation4/25
- Maintenance11/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 46 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 28, 2026 |
| 0.1.0 | Apr 28, 2026 |