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

컬렉션 내 원자(atom) 목록 나열

store_search

컬렉션 내 전체 텍스트 검색

store_delete

원자(atom) 삭제

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