streamable-httpApache-2.0updated 1mo ago
Development in this repository has stopped. It remains available, unchanged, under its original Apache 2.0 license.
该仓库已被所有者归档。仍可使用,但不再更新。
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.
安装
把 Savecraft 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档4/25
- 维护11/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年4月28日 |
| 0.1.0 | 2026年4月28日 |