Awesome MCPKnowledge & Memory

lostintangent/gistpad-mcp

⭐ 206 TypeScript added to this list on 2025-05-06 repository created 2025-03-12

GistPad MCP is a TypeScript Model Context Protocol server that turns GitHub Gists into a personal knowledge base an assistant can read and edit. It is a companion to the GistPad extension for Visual Studio Code and to the GistPad.dev web and mobile app, and it works with any MCP capable client, including GitHub Copilot in agent mode and Claude Desktop. Visual Studio Code users install the extension and sign in with GitHub, after which no token handling is needed; other clients run the server with npx and supply a personal access token limited to the gist scope. The default tool set covers gist management, with tools to list gists, read one by id, create, duplicate and delete gists, update a description and force a refresh of the cached gist list, and file management inside a gist, with tools to add, update, rename and delete files and to make targeted find and replace edits. Comment tools list, add, edit and delete gist comments. Further groups stay disabled to keep the tool surface small and are enabled with command line flags: daily notes behind --daily for creating, reading, listing and deleting one note per date, starring behind --starred, archiving behind --archived and reusable prompts behind --prompts, while --markdown narrows the view to gists made of Markdown files. Gists are also published as MCP resources under the gist:/// URI scheme so clients can read them without executing a tool; list change notifications fire when a gist is added, deleted, duplicated or renamed, clients that support subscriptions can watch a single gist, and a resource template exposes the comments of a gist. Prompts live as Markdown files in a dedicated gist, with an optional description and arguments in front matter and placeholders substituted when a client retrieves them. The gist list is cached and refreshed hourly.

https://github.com/lostintangent/gistpad-mcp

mcp-servergithub-gistnotesknowledge-managementdaily-notespromptsvscodetypescript

Also in Knowledge & Memory

MemPalace/mempalace

MemPalace is an open-source, local-first AI memory system that stores and retrieves conversation history verbatim using semantic search, supporting pluggable backends like ChromaDB and integrating ...

siyuan-note/siyuan

SiYuan is a privacy-first, self-hosted personal knowledge management system featuring block-level referencing, Markdown WYSIWYG editing, and support for the Model Context Protocol (MCP).

topoteretes/cognee

Cognee is an open-source project that provides scalable and modular memory capabilities for AI agents using ECL pipelines, enabling efficient management and retrieval of past interactions and diverse data types.

vectorize-io/hindsight

Hindsight is an agent memory system designed to create smarter, learning AI agents by moving beyond simple conversation history recall to encompass a biomimetic storage architecture for long-term m...

screenpipe/screenpipe

Screenpipe is a local-first, AI-powered memory tool that records computer activity (screen, audio, accessibility tree) to provide a searchable, automated context for personal AI agents and users, i...

Olow304/memvid

Memvid is a video-based AI memory library that stores millions of text chunks in MP4 files with ultra-fast semantic search, eliminating the need for traditional databases and enabling portable, efficient AI memory management.

EverMind-AI/EverOS

EverOS is an open-source Python framework for self-evolving, portable, long-term memory for AI agents, supporting multimodal ingestion and local-first persistence with Markdown as the source of truth.

MemTensor/MemOS

MemOS is a Memory Operating System for LLMs and AI agents that unifies long-term memory management, offering a single API for structured, multi-modal memory with enterprise-grade optimizations, sig...