Boris

Boris — the Aeronet Cloud Brain

The team's shared memory. Notes, decisions, and project state across Aeronet — queryable from any MCP client.

DEV · thin-slice preview

What this is

Boris is Aeronet's Cloud Brain: an MCP server that lets Claude (Code, Desktop, or any MCP client) search the team's collective knowledge. Aaron authors in local markdown; Boris is the index everyone queries.

Right now this is an early preview — the search_thoughts tool answers but the knowledge index is still being wired up, so it returns empty results for now. Connect it now and it gets smarter every day.

Connect Boris (2 minutes)

Claude Code (terminal):

# add Boris as an HTTP MCP server (preview endpoint)
claude mcp add --transport http boris https://boris.aeronet.dev/mcp

Then in a session: /mcp to confirm Boris is connected, and ask Claude to "search the brain for …".

Claude Desktop:

1
Settings → ConnectorsAdd custom connector.
2
Name Boris, URL https://boris.aeronet.dev/mcp.
3
Save, then start a chat and ask Boris to look something up.
🥃 Boris says: another, Boris →

What's coming