
Toucan: A Shared Second Brain for the Team
A shared cloud knowledge base that the team and its AI agents draw from, a "second brain" connected to my local context1.
About the project
Toucan is a cloud layer over my local "second brain". What I keep locally in context1 (see Local Knowledge Base), I share with the team through Toucan: selected projects, people, and decisions that colleagues and their AI agents can then access.
The idea is simple: knowledge about the company shouldn't live only in my head or only on my disk. Toucan works like git for a knowledge base, the team pulls the current context and works with it.
What you get
- The team and its agents share the same context.
- I share only what I want, the rest stays with me.
- Less explaining, more consistent output.
How it works (under the hood)
- A cloud base (Next.js + Supabase) with permissions.
- Sync with local context1, like git.
- Read access over MCP, agents pull context on the fly.
Built with
Want to build like this too?
I teach building apps without programming in the AI First course.
More from Tool

Shoutbase: Testimonials Manager
An internal tool for managing testimonials: a queue of who to ask, a collection of what we've gathered, and an overview of where we use them.

Running a Project's Marketing Through Claude Code
A marketing team as a set of Claude Code skills: a director, department managers, and specialists that run a project alongside me.

Audio and Video Transcription Through Claude Code
I tell Claude Code /whisper and it transcribes recordings locally into text (.md) and subtitles (.srt). Czech and English. Public on GitHub.