squatch-harbor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@squatch-harbor-mcpsearch harbor for when I discussed authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
squatch-harbor-mcp
Search your own past Claude sessions, locally. Indexes ~/.claude/projects/*.jsonl into a
local SQLite FTS5 file and searches it — "when did I set up auth?", "how did we solve X?".
No cloud, nothing leaves your machine. Stdlib only (no numpy). An MCP
server, so it works in Claude Desktop (Chat) and Claude Code.
Run it (zero install — uvx fetches + runs)
uvx --from git+https://github.com/squatch-c-c/squatch-harbor-mcp squatch-harbor-mcpRequires uv (curl -LsSf https://astral.sh/uv/install.sh | sh).
Related MCP server: MCP Claude Context Server
Add to Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"harbor": { "command": "uvx", "args": ["--from", "git+https://github.com/squatch-c-c/squatch-harbor-mcp", "squatch-harbor-mcp"] }
}
}Restart Claude, then: "ingest my harbor, then search it for when I set up the egress guard."
Tools
Tool | What it does |
| Index your sessions (incremental; run first). |
| Top matches — session, date, role, snippet. |
| Index size + date range. |
Local-only. Index lives at ~/.harbor/harbor-mcp.db. Part of the Squatch system.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/squatch-c-c/squatch-harbor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server