mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-17 04:11:24 +00:00
Merge pull request #14397 from uniskela/add-adhd-progress-hub
Add ADHD Progress Hub to Knowledge & Memory 🤖🤖🤖
This commit is contained in:
@@ -2579,6 +2579,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
|
||||
- [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) 📇 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (file→line→concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp`
|
||||
- [ihorponom/agentpack](https://github.com/ihorponom/agentpack) [](https://glama.ai/mcp/servers/ihorponom/agentpack) 📇 🏠 🍎 🪟 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from.
|
||||
- [thomasjumper/agentbay](https://github.com/thomasjumper/agentbay) [](https://glama.ai/mcp/servers/thomasjumper/agentbay) 📇 ☁️ 🏠 - StremAI: shared memory for AI coding agents. What one agent learns, every agent recalls, across sessions, machines, and tools. Per-agent attribution, provenance, and export, so you can see which agent learned a fact and whether it has been verified. Remote Streamable HTTP with OAuth, stdio fallback. `claude mcp add --transport http stremai https://stremai.com/api/mcp`
|
||||
- [uniskela/adhd-hub](https://github.com/uniskela/adhd-hub) [](https://glama.ai/mcp/servers/uniskela/adhd-hub) 🐍 🏠 🐧 - Self-hosted project-continuity hub for coding agents that tracks unfinished work, progress, overlap, and reminders across Cursor, Codex, Claude Code, and other MCP clients. Docker: `ghcr.io/uniskela/adhd-hub:latest`
|
||||
- [Vasilispapg/claude-handoff](https://github.com/Vasilispapg/claude-handoff) [](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff) 🐍 🏠 🍎 🪟 🐧 - Post-hoc session handoff and project memory for Claude Code: turns any session transcript — including crashed or usage-limit-hit ones — into one clean handoff.md another model continues from (ChatGPT, Gemini, or the next Claude), and distills a project's ENTIRE session history into one cited memory brief injected at every session start. MCP tools `list_sessions` and `handoff` (LLM summaries only behind an explicit `--allow-llm`); zero dependencies, pure stdlib, secrets redacted from every output. `pipx install claude-handoff`, then `claude-handoff --mcp`.
|
||||
- [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint — the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp`
|
||||
- [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex) [](https://glama.ai/mcp/servers/aliasunder/vault-cortex) 📇 🏠 ☁️ - Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1. Run locally, self-host, or one-click deploy for remote access.
|
||||
|
||||
Reference in New Issue
Block a user