Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Callimachus
Callimachus logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:16:01 PM

Callimachus

User RatingsBe the first to rate and review this MCP server!
View Repository39 GitHub StarsTotal stargazers on GitHub for the source repository (39 stars).Visit Website
developer-toolssearchknowledge-memorycoding-agents

Searches local AI coding-agent history with hybrid keyword and on-device semantic retrieval.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "betabots-llc-callimachus": {
      "command": "npx",
      "args": [
        "-y",
        "callimachus-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

BetaBots-LLC/callimachus MCP server exposes a local index of AI coding-agent conversations through tools for thread search, project-scoped search, recent-thread lookup, and full-thread retrieval. It combines SQLite FTS5 keyword ranking with on-device vector KNN, keeping indexed conversation data on the local machine. Use it when an agent needs to recall previous implementation work, decisions, or discussions across supported coding tools. The broader Callimachus application also provides memory, snapshots, decision checks, and other local history features that the MCP server can expose.

Use cases

•Search previous coding-agent threads for implementation details
•Find conversations that touched a specific file path
•Retrieve project-specific decisions and gotchas
•Resume work from a saved agent-session snapshot

Key features

•Hybrid SQLite FTS5 and on-device vector search
•Indexes conversations from 11 coding-agent tools
•Project, source, tag, and file-mention filtering
•Thread retrieval and recent-history lookup
•Local session snapshots and decision checks
•Shared local index for desktop app and MCP sidecar

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Callimachus.

Extracted Tool Capabilities
Hybrid SQLite FTS5 and on-device vector search
Indexes conversations from 11 coding-agent tools
Project, source, tag, and file-mention filtering
Thread retrieval and recent-history lookup
Local session snapshots and decision checks
Shared local index for desktop app and MCP sidecar

How Callimachus works

What BetaBots-LLC/callimachus MCP server does

BetaBots-LLC/callimachus MCP server gives coding agents access to a local catalogue of conversation history. Callimachus indexes threads from 11 supported coding-agent tools: Claude Code, Codex, Cursor, Gemini CLI, Qwen Code, Goose, OpenCode, Continue, Cline, Roo Code, and Kilo Code. The resulting data is stored in SQLite and can be queried without sending the indexed history to a hosted search service.

The main use is historical recall. An agent can look for prior work across all indexed threads, narrow results to the current project, inspect recent threads, or retrieve a selected thread. Search can also use file mentions, allowing a path such as file:embed/mod.rs to find conversations that discussed a particular file. Filters include source, project, subagents, starred threads, and tags.

How it works

Keyword retrieval uses SQLite FTS5 with BM25 ranking. Semantic retrieval uses embeddings generated on the device with fastembed, then performs vector KNN queries through sqlite-vec. Callimachus combines the keyword and semantic result lists using Reciprocal Rank Fusion. Semantic search is not available immediately after installation: the conversation index must be populated first, followed by a separate semantic-index build.

The MCP sidecar and the desktop application use the same local index.db and share the desktop core library. A background file watcher keeps the index current after sources have been configured. The server can also write selected information back to Callimachus memory, including completed TODOs, decisions, gotchas, and session snapshots, rather than modifying project files directly.

Setup and configuration

The project publishes signed desktop builds for macOS, Windows, and Linux through GitHub Releases. It can also be built from the repository with pnpm and the Tauri development workflow. The repository is a pnpm and Turborepo monorepo; development setup includes pnpm install followed by pnpm desktop:dev.

After the first launch, configure the conversation sources in Settings or trigger Reindex. Build the semantic index separately when vector search is needed. Reindexing and semantic-index construction run as distinct background jobs and do not hold the database write lock at the same time.

No cloud search credential is required for the local index or MCP history queries. Optional LLM features can use local Ollama, an existing Claude Code or Codex CLI subscription, or a configured cloud provider. Stored provider credentials use the operating system credential store.

Tools and capabilities

The documented MCP-facing capabilities include:

  • searchthreads for searching indexed conversations.
  • searchcurrentproject for restricting retrieval to the active project.
  • recentthreads for finding recently indexed conversations.
  • getthread for reading a selected conversation.
  • linked_commits for retrieving inferred relationships between threads and Git commits.
  • snapshot_session, list_snapshots, and load_snapshot for creating and resuming session checkpoints.
  • check_decision for surfacing an existing decision before an agent revisits a proposal.

The exact availability of memory-writing and session features depends on the bundled application version and its local data. The server is intended for agents that can call MCP tools during a session; the README does not provide a client-specific configuration command.

Limitations and notes

Results depend on which sources have been configured and indexed. A new installation starts with an empty index, and semantic retrieval requires the additional semantic-index build. The semantic model and vector search run locally, but optional distillation, RAG answers, and chat can send prompts to the LLM provider selected by the user.

This project is licensed under AGPL-3.0. The provided material does not identify a standalone package-install command for callimachus-mcp; it describes the MCP server as a bundled sidecar of the desktop application.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Deja Vu logoDeja Vu

    Local memory layer over the session histories coding agents already write (Claude Code, Codex CLI, opencode): lexical search, recall tools, session-start auto-recall, secret redaction at index time, cross-machine sync over SSH.

    🧠 Knowledge & Memory2 views
    Compare vs Deja Vu →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
39
Stargazers on the source repository.
npm downloads
531
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Callimachus

The MCP server is bundled as a sidecar with the Callimachus desktop application. The material points to signed macOS, Windows, and Linux builds, but does not provide a standalone package-install command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCallimachus AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/betabots-llc-callimachus?style=directory)](https://allmcps.com/mcp/betabots-llc-callimachus)
HTML Embed
<a href="https://allmcps.com/mcp/betabots-llc-callimachus"><img src="https://allmcps.com/api/badge/betabots-llc-callimachus?style=directory" alt="Callimachus on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseAGPL-3.0
ClientsCline / VS Code, Cursor
Last updatedSep 4, 2026
9/10 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars39
GitHub Star CountTotal stargazers on GitHub representing community popularity (39 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 14, 2026
npm downloads531/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good Ā· 59/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Ā· callimachus-mcp (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Callimachus →Install in Claude DesktopInstall in CursorInstall in VS Code