Skip to content
Claude Desktop

Dabble Me Journal for Claude Desktop

io.github.parterburn/dabble-me

Private journal MCP server to search, analyze, and create Dabble Me entries securely via OAuth.

client:Claude Desktop transport:streamable-http

Install Dabble Me Journal in Claude Desktop

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

{
  "mcpServers": {
    "dabble-me": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://dabble.me/mcp"
      ]
    }
  }
}

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

Dabble Me Journal in other clients