PluginBench
MCP Server
Maintained
MIT

io.github.Spacetime-Technology/safehold MCP Server

io.github.Spacetime-Technology/safehold

What is the io.github.Spacetime-Technology/safehold MCP server?

Local, encrypted MCP vault for passports, IDs, visas and photos. You control access.

How to install io.github.Spacetime-Technology/safehold

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": {
    "safehold": {
      "command": "npx",
      "args": [
        "-y",
        "safehold"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "safehold": {
      "command": "npx",
      "args": [
        "-y",
        "safehold"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "safehold": {
      "command": "npx",
      "args": [
        "-y",
        "safehold"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "safehold": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "safehold"
      ]
    }
  }
}
Claude Code
claude mcp add safehold -- npx -y safehold

Related MCP servers

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

9
TypeScript
MIT
View repository →