willow-mcp
willow-mcp
에이전트 중립적 MCP 서버. SQLite 키/값 저장소, Postgres 지식 베이스, Kart 작업 큐를 제공합니다. 모든 도구 호출 시 SAP/1.0 인증을 수행합니다.
pip install willow-mcp도구
도구 | 설명 |
| SQLite 저장소에 쓰기 |
| SQLite 저장소에서 읽기 |
| 컬렉션 내 원자(atom) 목록 나열 |
| 컬렉션 내 전체 텍스트 검색 |
| 원자(atom) 삭제 |
| 모든 컬렉션에 걸쳐 검색 |
| Postgres 지식 베이스에 추가 |
| Postgres 지식 베이스 검색 |
| Kart 큐에 작업 제출 |
| 작업 상태 확인 |
| 대기 중인 작업 목록 나열 |
모든 도구는 app_id 매개변수가 필요합니다. 인증은 SAP/1.0을 통해 확인됩니다.
Related MCP server: production-grade-mcp-agentic-system
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"
}
}
}
}
}구성
환경 변수 | 기본값 | 설명 |
|
| Postgres 데이터베이스 이름 |
|
| Postgres 사용자 (Unix 소켓 인증) |
|
| SQLite 저장소 디렉토리 |
|
| SAFE 폴더 루트 |
| (비어 있음) | 고정된 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
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.4MIT
- AlicenseNot gradedqualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.57MIT
- AlicenseAqualityBmaintenanceMCP server for managing and searching multi-tenant knowledge bases backed by SQLite with FTS5, enabling AI agents to persist and retrieve content via full-text search.131MIT
- FlicenseNot gradedqualityCmaintenanceEnterprise MCP server providing a suite of tools including file, database, GitHub, Slack, calendar, email, vector search, and Python execution, with safe defaults and OpenAI integration for automatic tool selection.
Related MCP Connectors
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
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/willow-memory/willow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server