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日 |