Skip to content
Claude Desktop

Native Soil for Claude Desktop

dev.nativesoil/soil

Save an AI chat's working state, load it in any other model or provider. Verified, secret-safe.

client:Claude Desktop transport:streamable-http

Install Native Soil in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "soil": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.nativesoil.dev/mcp/soil"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Native Soil in other clients