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.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for browsing, searching, exporting, and backing up your Cursor AI chat history directly into Claude via natural language.Last updated89832MIT
- Alicense-qualityDmaintenanceA powerful MCP server that extracts, stores, searches, and analyzes Claude.ai conversations with SQLite database, semantic search, and multiple export formats including Obsidian and PDF.Last updated1MIT
- Alicense-qualityDmaintenanceA zero-dependency MCP server that enables searching and reading local Claude Code and Codex chat sessions, supporting full-text search, grep, and knowledge indexing from chat history.Last updated12MIT
- Alicense-qualityDmaintenanceA local MCP server that indexes and searches your Claude Code conversation history with both keyword and semantic search, fully private and running locally.Last updatedMIT
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Local-first RAG engine with MCP server for AI agent integration.
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/squatch-c-c/squatch-harbor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server