PluginBench
MCP Server
Active
GPL-3.0

Scripthold MCP Server

io.github.zoster81/scripthold

What is the Scripthold MCP server?

Secure encoding-aware local workspace runtime for AI agents

How to install Scripthold

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scripthold": {
      "command": "https://github.com/zoster81/scripthold/releases/download/v3.1.6/scripthold_windows_amd64.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scripthold": {
      "command": "https://github.com/zoster81/scripthold/releases/download/v3.1.6/scripthold_windows_amd64.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scripthold": {
      "command": "https://github.com/zoster81/scripthold/releases/download/v3.1.6/scripthold_windows_amd64.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scripthold": {
      "type": "stdio",
      "command": "https://github.com/zoster81/scripthold/releases/download/v3.1.6/scripthold_windows_amd64.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add scripthold -- https://github.com/zoster81/scripthold/releases/download/v3.1.6/scripthold_windows_amd64.mcpb

Related MCP servers

Secure encoding-aware filesystem tools with atomic writes, legacy encodings, and typed errors

1
Go
GPL-3.0
View repository →