whimsicality-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WHIMSICALITY_KERNEL_BIN | No | Path to the Rust kernel binary. | |
| WHIMSICALITY_STORAGE_DIR | No | Root directory for all stored data. | ~/.whimsicality/kernel-storage |
| WHIMSICALITY_HOT_BUDGET_MB | No | Hot 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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