squatch-codebook-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codebook_buildA | Index a local notes folder and return its codebook contents (id + title per note). Run this first to see what's in a directory. notes_dir is a local path; glob picks files. |
| codebook_queryB | Find the notes most related to a phrase, geometrically (no keyword match, no LLM). |
| codebook_relatedC | Notes related to a given note — geometric neighbors + algebraic link-recall combined. |
| codebook_neighborsC | Nearest notes to a given note by pure cosine similarity in the hypervector space. |
| codebook_walkB | Reasoning walk: from a note, repeatedly predict the next via the LINKS relation. |
| codebook_analogyC | Analogy a:b :: c:? over your notes (VSA transform), returns the best completions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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