willow-mcp
willow-mcp
エージェント非依存のMCPサーバー。SQLiteキー/値ストア、Postgresナレッジベース、Kartタスクキュー。すべてのツール呼び出しでSAP/1.0認証を実行。
pip install willow-mcpツール
ツール | 説明 |
| SQLiteストアへの書き込み |
| SQLiteストアからの読み取り |
| コレクション内のアトムを一覧表示 |
| コレクション内の全文検索 |
| アトムの削除 |
| すべてのコレクションを横断検索 |
| 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