Native Soil
dev.nativesoil/soil
Documentation
Native Soil — MCP connector
Save here. Load anywhere. The model-agnostic continuity layer for AI-assisted work.
Save your AI chat's working state — the decisions, context and plan — and load it in any other model, client or provider. Verified on save, secrets stripped.
Soil is a hosted remote MCP server. There is nothing to run or host yourself — you connect your AI client to:
https://mcp.nativesoil.dev/mcp/soil
Authentication is OAuth (handled interactively by your client on first use — no tokens to paste).
Install
1-click (Cursor, VS Code)
Open https://nativesoil.dev/install and click Add to Cursor / Add to VS Code.
Clients with native remote MCP + OAuth (Claude, ChatGPT, Cursor, Windsurf, Zed, …)
Add a remote MCP server with the URL above and sign in when prompted. Per-client guides: https://docs.nativesoil.dev/clients.
Clients without a built-in OAuth browser flow (Cline, Continue, and similar)
These add a remote URL but don't run the OAuth flow themselves — bridge it with the open-source mcp-remote package, which spawns a local stdio process, handles the OAuth redirect, and proxies to the hosted server:
{
"mcpServers": {
"soil": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.nativesoil.dev/mcp/soil"]
}
}
}
On first run, mcp-remote opens your browser to sign in (Google, or email + password). After that it renews silently.
See llms-install.md for agent-assisted setup (e.g. Cline reads it to install Soil for you).
Use it
The same four commands work in every client — @ says where, # says which:
soil save save this conversation as a verified handover (returns a #NNN code)
soil load #NNN restore it in any other model/client/provider
soil list your saved handovers
soil info account status / connection check
Links
- Website: https://nativesoil.dev · Install: https://nativesoil.dev/install
- Docs: https://docs.nativesoil.dev · Clients: https://docs.nativesoil.dev/clients
- Privacy: https://nativesoil.dev/privacy · Terms: https://nativesoil.dev/terms
Native Soil is a hosted service operated by Mastodont AB (free tier + Pro). The MIT license in this repository covers only these instruction/manifest files; use of the connector is governed by the Terms.
