Odel
obsideo mcp

obsideo mcp

Local
@regan-milneTypeScriptMITUpdated 3w ago

Encrypted S3-compatible storage with cryptographic possession proofs. 12 GB free, self-serve.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmobsideo-mcpv0.1.0

Run

npx -y obsideo-mcp

MCP client config

{
  "mcpServers": {
    "obsideo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obsideo-mcp"
      ]
    }
  }
}