Skip to main content
Glama

willow-mcp

与代理无关的 MCP 服务器。提供 SQLite 键值存储、Postgres 知识库和 Kart 任务队列。每次工具调用均需 SAP/1.0 授权。

pip install willow-mcp

工具

工具

描述

store_put

写入 SQLite 存储

store_get

读取 SQLite 存储

store_list

列出集合中的原子

store_search

在集合中进行全文搜索

store_delete

删除原子

store_search_all

在所有集合中搜索

knowledge_ingest

添加到 Postgres 知识库

knowledge_search

搜索 Postgres 知识库

task_submit

提交任务到 Kart 队列

task_status

检查任务状态

task_list

列出待处理任务

每个工具都需要一个 app_id 参数。授权通过 SAP/1.0 进行检查。

OpenClaw 配置

{
  "mcp": {
    "servers": {
      "willow": {
        "command": "python3",
        "args": ["-m", "willow_mcp"],
        "env": {
          "WILLOW_PG_DB": "willow",
          "SAP_SAFE_ROOT": "~/.sap/Applications",
          "SAP_PGP_FINGERPRINT": "YOUR_KEY_FINGERPRINT"
        }
      }
    }
  }
}

配置

环境变量

默认值

描述

WILLOW_PG_DB

willow

Postgres 数据库名称

WILLOW_PG_USER

$USER

Postgres 用户 (Unix 套接字认证)

WILLOW_STORE_ROOT

~/.willow/store

SQLite 存储目录

SAP_SAFE_ROOT

~/.sap/Applications

SAFE 文件夹根目录

SAP_PGP_FINGERPRINT

(空)

固定的 GPG 指纹

授权

使用 openclaw-sap-gate (SAP/1.0)。为每个 app_id 设置一个 SAFE 文件夹:

sap-gate init my-app
# edit ~/.sap/Applications/my-app/safe-app-manifest.json
# sign it, then:
sap-gate verify my-app

许可证

MIT — Sean Campbell 2026

Install Server
A
security – no known vulnerabilities
A
license - permissive license
B
quality - B tier

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