harbor

Solid

Give your AI agent persistent cross-agent memory, credential isolation, and schema learning via Harbor. Use when: the user wants agents to remember context across sessions, share knowledge between different AI models, connect to external APIs without exposing credentials, or reduce noisy API responses to only relevant fields. Also use when the user mentions Harbor, MCP middleware, agent memory, cross-agent context, or schema learning.

AI & Automation 3 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Harbor — Persistent Memory for AI Agents You now have access to Harbor, agent middleware that gives you persistent memory across sessions, credential isolation, and schema learning. ## Quick setup If Harbor is not installed, run the setup script: ```bash bash scripts/setup.sh ``` This installs the Harbor CLI and configures it as an MCP server for the current agent. If Harbor is already installed and configured as your MCP server, skip to **Using Harbor**. ## Using Harbor ### You have these MCP tools available | Tool | What it does | |------|-------------| | `harbor_remember` | Save context that persists across sessions and agents | | `harbor_recall` | Search and retrieve past context | | `harbor_http` | Auth-proxy HTTP — call any API without exposing credentials | | `harbor_learn_schema` | Teach Harbor which API fields matter — reduces noise permanently | | `harbor_get` | Query a connector (API) with auto-recall | | Connector tools | Each installed connector exposes tools like `coingecko_prices` | ### When you receive data from Harbor 1. **Check `meta.context`** — if present, another agent (or you in a past session) left analysis. Read it before reasoning. 2. **Check for `[Harbor:]` hints** — if you see one, call `harbor_learn_schema` immediately with 3-6 key fields. 3. **After analysis, save your findings** — call `harbor_remember` with a comprehensive summary. ### Auth-proxy HTTP (harbor_http) Call any API through Harbor's credential store — your agent never ...

Details

Author
oSEAItic
Repository
oSEAItic/harbor
Created
5 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

harbor-openclaw

Persistent cross-session memory, credential isolation, and schema learning for your OpenClaw agent. Stores data locally at ~/.harbor/ (memory, encrypted keychain, config). Optional cloud sync to harbor-cloud.oseaitic.com for cross-device access. No telemetry.

3 Updated today
oSEAItic
AI & Automation Featured

agent-recall

Persistent compounding memory for AI agents. 5 default MCP tools: session_start, session_end, remember, recall, check. Full surface (18 tools) available with --full flag. Two-verb model: inhale (session_start) and exhale (session_end). Correction-first memory with decision trail tracking, watch_for warnings, palace rooms with salience scoring, cross-project insight matching, same-day journal merging, ambient recall hooks. Local markdown only. Zero cloud, zero telemetry, Obsidian-compatible. Optional Supabase backend: when configured via `ar setup supabase`, recall() uses pgvector cosine similarity on OpenAI/Voyage embeddings instead of keyword search — same API, semantic understanding. Gracefully degrades to local search if not configured.

313 Updated today
Goldentrii
AI & Automation Listed

harbor-farm

Play, inspect, or manage the authenticated user's Harbor Farm, including session-native mystery crops, normal plots, neighbors, visits, and limited crop foraging. Use when the user mentions Harbor Farm, farming while an agent runs, session crops, Farm codes, visiting friends, or stealing/gathering crops.

3 Updated today
oSEAItic