Back to Browse

Savecraft MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Savecraft serves real save game data and expert game knowledge to AI assistants.

About

Savecraft serves real save game data and expert game knowledge to AI assistants.

Remote endpoints: streamable-http: https://api.savecraft.gg/mcp

Security Report

4.8
Use Caution4.8High Risk

Savecraft is a well-architected MCP server for game save parsing with strong security foundations. WASM plugins are properly sandboxed, plugin signatures are verified via Ed25519, and the daemon is read-only by design. The codebase shows appropriate permission scoping for its developer-tools category purpose. Minor code quality findings around logging and error handling do not significantly impact the security posture. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

network_websocket

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!