streamable-httpApache-2.0updated 1mo ago
Development in this repository has stopped. It remains available, unchanged, under its original Apache 2.0 license.
Su propietario archivó este repositorio. Sigue funcionando, pero ya no recibe actualizaciones.
¿Qué puedes hacer con 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.
Instalación
Añade Savecraft a tu cliente. Elige el que uses.
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`.
Puntuación
39 / 100
Incompleta
- Documentación4/25
- Mantenimiento11/25
- Confianza13/20
- Capacidad0/15
- Instalación12/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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 28 abr 2026 |
| 0.1.0 | 28 abr 2026 |