Skip to main content
Glama
squatch-c-c

squatch-harbor-mcp

by squatch-c-c

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-mcp

Requires 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

harbor_ingest(sessions_dir?, rebuild?)

Index your sessions (incremental; run first).

harbor_search(query, k=8)

Top matches — session, date, role, snippet.

harbor_stats()

Index size + date range.

Local-only. Index lives at ~/.harbor/harbor-mcp.db. Part of the Squatch system.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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