Aeronet Brain — the team's shared memory

Notes, decisions, and project state across Aeronet — queryable from Claude or any MCP client.

preview

What this is

The Aeronet Brain is an MCP server that lets Claude (Code, Desktop, or any MCP client) search the team's collective knowledge and remember new facts. One shared, searchable memory for the whole team.

Early preview — the knowledge index is still being populated, so results are sparse for now. Connect it today; it gets more useful as the team feeds it.

Connect (2 minutes)

Claude Code (terminal):

# add the Aeronet Brain as an HTTP MCP server
claude mcp add --transport http aeronet-brain https://brain.aeronet.dev/mcp

You'll be prompted to sign in with your Aeronet account (same login as CRM). Then /mcp to confirm it's connected, and ask Claude to "search the brain for …".

Claude Desktop:

1
Settings → ConnectorsAdd custom connector.
2
Name Aeronet Brain, URL https://brain.aeronet.dev/mcp.
3
Save, sign in with your Aeronet account, then ask it to look something up.

What's coming