From 7b6897ffc66a6d1edfd7b911af81242ed5161e99 Mon Sep 17 00:00:00 2001 From: ashaller2017 Date: Thu, 18 Jun 2026 17:29:48 -0700 Subject: [PATCH 1/2] Add Callimachus to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 132fe778f..442cdeedf 100644 --- a/README.md +++ b/README.md @@ -1893,6 +1893,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Beever-AI/beever-atlas](https://github.com/Beever-AI/beever-atlas) [![Beever-AI/beever-atlas MCP server](https://glama.ai/mcp/servers/Beever-AI/beever-atlas/badges/score.svg)](https://glama.ai/mcp/servers/Beever-AI/beever-atlas) 🐍 🏠 🍎 🪟 🐧 - Open-source LLM knowledge base for teams. 28-tool native MCP server turns Slack/Discord/Teams/Mattermost chat into a typed knowledge graph + auto-generated wiki with cited answers, semantic search, expert finding, and decision tracing. BYO LLM via LiteLLM, Apache 2.0, on-prem via Docker. - [bitatlas-group/bitatlas](https://github.com/bitatlas-group/bitatlas) [![bitatlas MCP server](https://glama.ai/mcp/servers/bitatlas-group/bitatlas/badges/score.svg)](https://glama.ai/mcp/servers/bitatlas-group/bitatlas) 📇 ☁️ - Zero-Knowledge Cloud Drive for Humans and Agents. Client-side AES-256-GCM encryption with 7 MCP tools for encrypted file vault management — upload, download, search, and organize files that the server never sees in plaintext. - [besslframework-stack/project-tessera](https://github.com/besslframework-stack/project-tessera) [![project-tessera MCP server](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera/badges/score.svg)](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera) 🐍 🏠 🍎 🪟 🐧 - Local workspace memory for Claude Desktop. Indexes your documents (Markdown, CSV, session logs) into a vector store with hybrid search, cross-session memory, auto-learn, and knowledge graph visualization. Zero external dependencies — fastembed + LanceDB, no Ollama or Docker required. 15 MCP tools. +- [BetaBots-LLC/callimachus](https://github.com/BetaBots-LLC/callimachus) 🦀 🏠 🍎 🪟 🐧 - Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work. - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. From f2b3697872ab6f2e51053470df6770a660cf3ea7 Mon Sep 17 00:00:00 2001 From: ashaller2017 Date: Thu, 18 Jun 2026 18:38:21 -0700 Subject: [PATCH 2/2] Add MCP server badge to callimachus Update README entry for BetaBots-LLC/callimachus to include the glama.ai MCP server badge and link, matching the format used by other project listings and improving visibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442cdeedf..8c163efa4 100644 --- a/README.md +++ b/README.md @@ -1893,7 +1893,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [Beever-AI/beever-atlas](https://github.com/Beever-AI/beever-atlas) [![Beever-AI/beever-atlas MCP server](https://glama.ai/mcp/servers/Beever-AI/beever-atlas/badges/score.svg)](https://glama.ai/mcp/servers/Beever-AI/beever-atlas) 🐍 🏠 🍎 🪟 🐧 - Open-source LLM knowledge base for teams. 28-tool native MCP server turns Slack/Discord/Teams/Mattermost chat into a typed knowledge graph + auto-generated wiki with cited answers, semantic search, expert finding, and decision tracing. BYO LLM via LiteLLM, Apache 2.0, on-prem via Docker. - [bitatlas-group/bitatlas](https://github.com/bitatlas-group/bitatlas) [![bitatlas MCP server](https://glama.ai/mcp/servers/bitatlas-group/bitatlas/badges/score.svg)](https://glama.ai/mcp/servers/bitatlas-group/bitatlas) 📇 ☁️ - Zero-Knowledge Cloud Drive for Humans and Agents. Client-side AES-256-GCM encryption with 7 MCP tools for encrypted file vault management — upload, download, search, and organize files that the server never sees in plaintext. - [besslframework-stack/project-tessera](https://github.com/besslframework-stack/project-tessera) [![project-tessera MCP server](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera/badges/score.svg)](https://glama.ai/mcp/servers/@besslframework-stack/project-tessera) 🐍 🏠 🍎 🪟 🐧 - Local workspace memory for Claude Desktop. Indexes your documents (Markdown, CSV, session logs) into a vector store with hybrid search, cross-session memory, auto-learn, and knowledge graph visualization. Zero external dependencies — fastembed + LanceDB, no Ollama or Docker required. 15 MCP tools. -- [BetaBots-LLC/callimachus](https://github.com/BetaBots-LLC/callimachus) 🦀 🏠 🍎 🪟 🐧 - Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work. +- [BetaBots-LLC/callimachus](https://github.com/BetaBots-LLC/callimachus) [![BetaBots-LLC/callimachus MCP server](https://glama.ai/mcp/servers/BetaBots-LLC/callimachus/badges/score.svg)](https://glama.ai/mcp/servers/BetaBots-LLC/callimachus) 🦀 🏠 🍎 🪟 🐧 - Local index and hybrid search (SQLite FTS5 + on-device vector KNN) over your AI coding-agent conversation history across 11 tools (Claude Code, Codex, Cursor, and more). Exposes `search_threads`, `search_current_project`, `recent_threads`, and `get_thread` so any agent can recall its own past work. - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice.