squatch-codebook-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@squatch-codebook-mcpfind notes related to transformers in ~/notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
squatch-codebook-mcp
Reason over your own local notes with a hyperdimensional (FHRR) codebook — query,
related, neighbors, walk, analogy. No LLM in the loop, nothing leaves your machine.
An MCP server, so it works in Claude Desktop (Chat) and Claude Code.
Run it (zero install — uvx fetches + runs)
uvx --from git+https://github.com/squatch-c-c/squatch-codebook-mcp squatch-codebook-mcpRequires uv (curl -LsSf https://astral.sh/uv/install.sh | sh).
Related MCP server: MCP Associative Memory Server
Add to Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"codebook": { "command": "uvx", "args": ["--from", "git+https://github.com/squatch-c-c/squatch-codebook-mcp", "squatch-codebook-mcp"] }
}
}Restart Claude. Now in Chat or Code you can ask things like "use codebook to find notes in ~/notes related to hyperdimensional computing" and it answers geometrically over your local files.
Tools
Tool | What it does |
| Index a folder; list its notes (run first). |
| Notes most related to a phrase. |
| Related notes (geometric + link recall). |
| Nearest notes by cosine similarity. |
| Reasoning walk along the LINKS relation. |
|
|
All paths are local; every tool reads only the directory you point it at. Part of the Squatch working system.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/squatch-c-c/squatch-codebook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server