dropdat MCP server for Cline

Give Cline long-term, cross-session memory. Recall past conversations, save the current one, drop context into any AI client — all from inside Cline. Cline's autonomous loops burn through context fast — a dropdat capsule per task makes the next run pick up where this one stopped.

Hybrid semantic recall

Vector cosine + BM25 fused with RRF. Asks in any phrasing, finds capsules that used different words.

Five MCP tools

dropdat_recall, dropdat_read, dropdat_list, dropdat_capsule, dropdat_autocapsule — all the surface an agent needs.

Cross-AI capsules

The same capsule library is reachable from Claude Code, Cursor, Cline, Claude Desktop, ChatGPT, Claude, Gemini.

Owned data

Capsules live in your dropdat library. Postgres + pgvector. Export anytime.

Install in Cline

Two steps. Under a minute. No fork, no proxy.

  1. 01

    Get a dropdat API key

    Sign in at capsule.dropdat.app/api-keys and create a token (shape dk_live_…).

  2. 02

    Install @dropdat/mcp

    # zero-install
    npx -y @dropdat/mcp
    
    # or pin globally
    npm install -g @dropdat/mcp
  3. 03

    Drop config into VS Code → Cline settings → MCP Servers → cline_mcp_settings.json

    {
      "mcpServers": {
        "dropdat": {
          "command": "npx",
          "args": ["-y", "@dropdat/mcp"],
          "env": {
            "DROPDAT_API_KEY": "dk_live_xxx",
            "DROPDAT_API_BASE": "https://dropdat.app"
          }
        }
      }
    }
  4. 04

    Verify

    In Cline's MCP panel the dropdat server shows five tools. Ask Cline 'Search dropdat for last week's deploy postmortem.'

What you can ask Cline now

Once wired in, any of these prompts route through dropdat tools.

Related guides

Wire Cline into your dropdat library.