MCPcopy
hub / github.com/rowboatlabs/rowboat

github.com/rowboatlabs/rowboat @v0.6.5 sqlite

repository ↗ · DeepWiki ↗ · release v0.6.5 ↗
5,721 symbols 29,280 edges 1,022 files 297 documented · 5%
README

Rowboat

A desktop AI coworker with a memory of your work and built-in surfaces to act on it. rowboatlabs/rowboat | Trendshift Website Discord Twitter Y Combinator

Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects.

Download latest for Mac/Windows/Linux: Download

Screenshot 2026-06-24 at 11 40 45 PM

Demo - email to code · Demo - knowledge graph

⭐ If you find Rowboat useful, please star the repo. It helps more people find it.


Overview

Brain

Rowboat indexes email, meetings, slack and assistant conversations into a living Obsidian-style backlinked knowledge graph.
Screenshot 2026-06-24 at 11 22 52 PM

Email

The built-in email client sorts emails into important and everything else. Rowboat automatically drafts responses for important email using all the work context.
Email screenshot

Background agents

You can set up background agents that run on events like new email or on schedule like every day at 8am. They can connect to tools, search the web, use the browser and write code using Claude Code or Codex.
Background agents screenshot

Built-in Browser

Rowboat includes a browser that lets you and assistant collaborate on web tasks. Because its isolated from your main browser, you can log in only to the accounts that want the assistant to access.
Browser screenshot

Meeting Notes

A local meeting note-taker that taps into mic & speaker, produces live transcript and summarizes the meeting in a markdown file and updates the knowledge graph.
Meeting notes screenshot

Code Mode

Code mode lets you spin up parallel coding agents with Claude Code or Codex, and have Rowboat drive them with all the work context where needed.
Code mode screenshot

Integrations

Includes one-click integrations to most popular products.
Integrations screenshot

Installation

Download latest for Mac/Windows/Linux: Download

All release files: https://github.com/rowboatlabs/rowboat/releases/latest

Google setup

To connect Google services (Gmail, Calendar, and Drive), follow Google setup.

Voice input

To enable voice input and voice notes (optional), add a Deepgram API key in ~/.rowboat/config/deepgram.json

Voice output

To enable voice output (optional), add an ElevenLabs API key in ~/.rowboat/config/elevenlabs.json

Web search

To use Exa research search (optional), add the Exa API key in ~/.rowboat/config/exa-search.json

External tools

To enable external tools (optional), you can add any MCP server or use Composio tools by adding an API key in ~/.rowboat/config/composio.json

All API key files use the same format:

{
  "apiKey": "<key>"
}

How it’s different

Most AI tools reconstruct context on demand by searching transcripts or documents.

Rowboat maintains long-lived knowledge instead: - context accumulates over time - relationships are explicit and inspectable - notes are editable by you, not hidden inside a model - everything lives on your machine as plain Markdown

The result is memory that compounds, rather than retrieval that starts cold every time.

Bring your own model

Rowboat works with the model setup you prefer: - Local models via Ollama or LM Studio - Hosted models (bring your own API key/provider) - Swap models anytime — your data stays in your local Markdown vault

Extend Rowboat with tools (MCP)

Rowboat can connect to external tools and services via Model Context Protocol (MCP). That means you can plug in (for example) search, databases, CRMs, support tools, and automations - or your own internal tools.

Examples: Exa (web search), Twitter/X, ElevenLabs (voice), Slack, Linear/Jira, GitHub, and more.

Local-first by design

  • All data is stored locally as plain Markdown
  • No proprietary formats or hosted lock-in
  • You can inspect, edit, back up, or delete everything at any time

Discord · Twitter

Extension points exported contracts — how you extend this code

IListScheduledJobRulesController (Interface)
(no doc) [124 implementers]
apps/rowboat/src/interface-adapters/controllers/scheduled-job-rules/list-scheduled-job-rules.controller.ts
IBus (Interface)
(no doc) [7 implementers]
apps/cli/src/application/lib/bus.ts
ICodeModeConfigRepo (Interface)
(no doc) [7 implementers]
apps/x/packages/core/src/code-mode/repo.ts
SpeechRecognition (Interface)
(no doc) [1 implementers]
apps/rowboatx/components/ai-elements/prompt-input.tsx
ICreateScheduledJobRuleController (Interface)
(no doc) [124 implementers]
apps/rowboat/src/interface-adapters/controllers/scheduled-job-rules/create-scheduled-job-rule.controller.ts
IAgentsRepo (Interface)
(no doc) [6 implementers]
apps/cli/src/agents/repo.ts
IGranolaConfigRepo (Interface)
(no doc) [7 implementers]
apps/x/packages/core/src/knowledge/granola/repo.ts
Window (Interface)
(no doc)
apps/rowboatx/global.d.ts

Core symbols most depended-on inside this repo

log
called by 483
apps/x/packages/core/src/agents/runtime.ts
log
called by 393
apps/rowboat/app/lib/utils.ts
cn
called by 294
apps/x/apps/renderer/src/lib/utils.ts
cn
called by 257
apps/rowboatx/lib/utils.ts
resolve
called by 240
apps/x/packages/core/src/code-mode/acp/permission-broker.ts
get
called by 233
apps/x/packages/core/src/code-mode/sessions/repo.ts
set
called by 194
apps/rowboat/src/application/services/cache.service.interface.ts
add
called by 146
apps/x/packages/core/src/code-mode/projects/repo.ts

Shape

Function 3,615
Method 1,119
Interface 529
Class 457
Route 1

Languages

TypeScript99%
Python1%

Modules by API surface

apps/x/packages/core/src/knowledge/sync_gmail.ts83 symbols
apps/x/apps/renderer/src/App.tsx71 symbols
apps/x/apps/renderer/src/components/email-view.tsx67 symbols
apps/x/apps/renderer/src/components/ai-elements/prompt-input.tsx59 symbols
apps/rowboatx/components/ai-elements/prompt-input.tsx56 symbols
apps/rowboat/app/projects/[projectId]/workflow/workflow_editor.tsx53 symbols
apps/x/packages/core/src/agents/runtime.ts51 symbols
apps/x/apps/main/src/browser/view.ts49 symbols
apps/x/apps/renderer/src/components/meetings-view.tsx37 symbols
apps/cli/src/application/lib/stream-renderer.ts35 symbols
apps/x/apps/main/src/ipc.ts34 symbols
apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx34 symbols

Dependencies from manifests, versioned

@agentclientprotocol/claude-agent-acp0.39.0 · 1×
@agentclientprotocol/codex-acp0.0.44 · 1×
@agentclientprotocol/sdk0.22.1 · 1×
@ai-sdk/anthropic2.0.44 · 1×
@ai-sdk/google2.0.25 · 1×
@ai-sdk/openai1.3.21 · 1×
@ai-sdk/openai-compatible1.0.27 · 1×
@ai-sdk/provider2.0.0 · 1×
@ai-sdk/react2.0.109 · 1×
@auth0/nextjs-auth04.7.0 · 1×
@aws-sdk/client-s33.743.0 · 1×
@aws-sdk/s3-request-presigner3.743.0 · 1×

Datastores touched

(mongodb)Database · 1 repos
rowboatDatabase · 1 repos

For agents

$ claude mcp add rowboat \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact