Skip to main content
Glama
WhimsicalityLabs

whimsicality-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WHIMSICALITY_KERNEL_BINNoPath to the Rust kernel binary.
WHIMSICALITY_STORAGE_DIRNoRoot directory for all stored data.~/.whimsicality/kernel-storage
WHIMSICALITY_HOT_BUDGET_MBNoHot tier RAM budget in MB (kernel only).256

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
whim_context_setA

Store text in a named context slot. Use for persistent memory that survives across agent sessions.

whim_context_getB

Retrieve text from a named context slot.

whim_context_listB

List all context slot keys.

whim_context_deleteB

Delete a context slot.

whim_rag_searchB

Search indexed documents by keyword overlap. Returns relevant chunks ranked by word-boundary match score.

whim_rag_indexB

Index a document for keyword search retrieval.

whim_facts_saveB

Save a named fact. Facts are key-value pairs that persist across sessions.

whim_facts_getC

Retrieve a named fact.

whim_facts_listC

List all saved fact names.

whim_plan_saveA

Save a plan document. The plan persists across sessions and can be retrieved later by another agent.

whim_plan_getC

Retrieve a saved plan.

whim_snippet_saveB

Save a reusable code snippet.

whim_snippet_searchB

Search saved snippets by keyword overlap.

whim_compactA

Truncate conversation history to fit a token budget. Keeps first and last messages intact, truncates the middle. This is truncation, not summarization.

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/WhimsicalityLabs/Whimsicality-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server