Awesome MCPKnowledge & Memory

ragieai/ragie-mcp-server

⭐ 91 JavaScript added to this list on 2025-05-06 repository created 2025-02-28

Ragie Model Context Protocol Server gives MCP clients access to retrieval from a Ragie knowledge base. Ragie is a hosted retrieval-augmented generation service that ingests documents from connected sources, chunks and indexes them, and answers semantic queries. The server's interface is deliberately minimal: one tool named retrieve, which takes a query and returns the relevant passages from the configured knowledge base. That narrowness is a virtue for tool selection, since a model faced with a single clearly named retrieval tool uses it correctly, where a dozen overlapping options invite mistakes. It requires Node.js 18 or newer and a RAGIE_API_KEY environment variable, runs over stdio, and is launched with npx as @ragieai/mcp-server with additional command-line options for scoping. The README opens by stating the project is no longer needed: Ragie now supports MCP natively as a streamable HTTP server, and the maintainers point users to that documentation, plus an MCP Bridge product for letting people inside a company reach a knowledge base from applications such as Claude or ChatGPT. It is written in JavaScript. The audience is Ragie customers, who should use the native endpoint, and anyone wanting a very small example of a retrieval-only MCP server.

https://github.com/ragieai/ragie-mcp-server

mcpragieragretrievaljavascriptknowledge-basesemantic-searchsuperseded

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