Skip to main content
Glama
squatch-c-c

squatch-codebook-mcp

by squatch-c-c

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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