Meshnote gives them a shared brain.
A knowledge base designed for LLM agents. They organize, synthesize, and maintain a wiki via MCP — you curate sources and browse.
Three steps to a compounding knowledge base
Articles, papers, meeting notes, podcast transcripts — anything you want your agents to know. Plain files, no special format.
The LLM reads each source, creates entity and concept pages, cross-links with wikilinks, and maintains a structured wiki via MCP.
Claude Code, Cursor, Claude.ai — every agent reads the same brain. Knowledge compounds across sessions, tools, and devices.
One product, two modes
Your machine, your files. No account needed.
One brain, every agent, every device.
Up and running in two minutes
Install the CLI, point your agent at it, start dropping sources.
{
"mcpServers": {
"meshnote": { "command": "npx", "args": ["meshnote", "mcp"] }
}
}
Add to your Claude Code, Cursor, or any MCP client config.