willow-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WILLOW_PG_DB | No | Postgres database name | willow |
| SAP_SAFE_ROOT | No | SAFE folder root | ~/.sap/Applications |
| WILLOW_PG_USER | No | Postgres user (Unix socket auth) | $USER |
| WILLOW_STORE_ROOT | No | SQLite store directory | ~/.willow/store |
| SAP_PGP_FINGERPRINT | No | Pinned GPG fingerprint |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| store_putC | Write a value to the local SQLite store. |
| store_getB | Read a value from the local SQLite store by ID. |
| store_listC | List atoms in a collection. |
| store_searchC | Full-text search within a collection. |
| store_deleteC | Delete an atom from the store. |
| store_search_allC | Search across all collections. |
| knowledge_ingestC | Add a knowledge atom to the Postgres knowledge base. |
| knowledge_searchC | Search the Postgres knowledge base. |
| task_submitC | Submit a task to the Kart execution queue. |
| task_statusC | Check status of a submitted task. |
| task_listC | List pending tasks in the queue. |
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/rudi193-cmd/willow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server