knowledge-management--memory.md

July 25, 2026 Β· View on GitHub

🧠 Knowledge Management & Memory

Servers connecting to personal knowledge bases, flashcard apps, building/querying knowledge graphs, or providing persistent memory for LLMs.

  • devchad-cmd/skilldb-sdk: Searchable library of 5,900+ peer-authored agent skills (focused markdown expertise files) loadable on demand via 10 MCP tools β€” turns a general agent into a task specialist. Install: npx -p skilldb skilldb-mcp, or remote at https://mcp.skilldb.dev. Transport: stdio or streamable-http; free tier serves metadata, a free API key unlocks full skill content; MIT. (skilldb.dev)
  • Lians-ai/Lians: Local-first bitemporal memory for AI agents with deterministic supersession, point-in-time recall, erasure proofs, and tamper-evident audit history. Install and run with uvx --from "lians-sdk[mcp]" lians-mcp. Transport: stdio; no API key required for local SQLite mode; Apache-2.0.
  • hjqcan/GoodMemory: Local-first, auditable memory layer for Codex, Claude Code, AI apps, and any MCP client. Durable SQLite and embedding-free recall work out of the box; memories remain inspectable, correctable, exportable, and deletable, with writeback opt-in. Install: npm install -g goodmemory@0.5.1; run goodmemory setup for Codex/Claude Code or goodmemory-mcp --standalone --user-id YOUR_USER_ID for other MCP clients. Transport: stdio; no local auth; MIT.
  • richardreeze/mrb-api: Remote Streamable HTTP MCP server for verified book recommendations, reading lists, series reading orders, consensus best-of lists, and summaries with original sources. Endpoint: https://mostrecommendedbooks.com/api/mcp. Transport: streamable-http; no auth.
  • Goldentrii/AgentRecall-MCP: Correction-first persistent memory for AI agents. Logs every correction as a CorrectionRecord with severity and precision KPI (heeded / retrieved), compounds across sessions via 5 memory layers (episodic, semantic, procedural, narrative, correction). FSRS-lite decay + Modern Hopfield retrieval + RRF fusion. Local markdown (~/.agent-recall/), no cloud, no API keys. MIT. Install: npx agent-recall-mcp.
  • DanceNitra/mnemo: Zero-dependency memory layer and MCP server for AI agents. Its focus is a first-class correction channel: deterministic keyed supersession, an echo-guard so a restated stale value can not resurrect a corrected fact, revert on an unmarked "go back", and a read-path review-trigger (observe/reopened/resolve_reopened) that reopens a settled record only on a corroborated contradiction β€” plus value-ranked recall, per-type decay, tamper-evident receipts, and cross-store erasure. Install: pip install "agora-mnemo[mcp]", run mnemo-mcp. Transport: stdio; MIT.
  • archetypal-ai/archetypal-ai: Persistent memory MCP server for AI agents with recall, remember, and checkpoint tools. Install: npx archetypal-ai.
  • ZengLiangYi/ChatCrystal: Local-first AI PKM memory server for coding conversations. Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats into notes, semantic search, tag graphs, Markdown exports, and MCP memory tools. Install: npx -y chatcrystal mcp. Transport: stdio; local default needs no auth, cloud/private instances can use CHATCRYSTAL_BASE_URL and optional token.
  • GetZikra/zikra : Shared persistent memory for Claude Code, Gemini & Codex. One PostgreSQL-backed pool stores decisions, prompts, requirements, and session logs across sessions, tools, and machines. Hybrid vector + keyword search, auto-save via Stop/PreCompact hooks, half-life confidence decay, role-based access (owner/R&Der/viewer), MIT licensed, self-hosted. (zikra.dev)
  • maxbaluev/accreted-intelligence: Local-first Work Model memory for coding agents. Exposes an MCP stdio server with acc_retrieve and acc_act so Claude Code, Codex, OpenCode, Cursor, and other clients can retrieve scored memory, record actions, and learn from real outcomes. Install via curl -fsSL https://raw.githubusercontent.com/maxbaluev/accreted-intelligence/main/bootstrap/install | sh.

  • thegobi/ithz_mcp: Local-first deterministic project memory for AI coding agents. Provides project-owned context packs, decisions, gates, risks, scoped claims, reviewer notes, and explicit checkpoints while Git remains the code transport. Install: pip install ithz-mcp. Transport: stdio; no cloud auth required for local use.

  • sunnja69/akephalos: Local-first, markdown-first .akephalos passport for portable preferences, tool notes, rules, project context, and durable memories across Codex, Claude Code, Cursor, Hermes, OpenClaw, MCP clients, and machines via plain files/Git. Exposes a local MCP stdio server.

  • screenpipe/screenpipe: 24/7 local screen + microphone recording with OCR, audio transcription, and semantic search. MCP server exposes 6 tools (search-content, export-video, list-meetings, activity-summary, search-elements, frame-context) so Claude can search everything you've seen, said, or heard. 100% local SQLite. MIT licensed, 18k+ stars.

  • a2cr/a2cr: MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history.

  • 7xuanlu/origin: Local-first AI work memory. Captures decisions, handoffs, and project context, then serves source-backed wiki pages, graph context, and hybrid retrieval across MCP clients.

  • Beever-AI/beever-atlas: Open-source LLM Wiki that distills team-chat corpora (Slack, Discord, Microsoft Teams, Mattermost, Telegram) into a 3-tier semantic schema and an entity graph. Exposes 16 MCP tools for cited Q&A from Claude Code and Cursor. Apache 2.0, runnable in 3 commands via make demo.

  • STiFLeR7/memex: Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via npx -y stifler-memex-mcp. MIT licensed.

  • novyxlabs/novyx-mcp: Persistent memory for AI agents with 107 tools: remember, recall, rollback, audit, knowledge graph, governed actions, eval, cortex, and Runtime v2 agent orchestration. Local SQLite (zero-config) or Novyx Cloud. Install via uvx novyx-mcp. MIT licensed.

  • yantrikos/yantrikdb-mcp: Cognitive memory for AI agents β€” persistent semantic memory with knowledge graph, adaptive recall, conflict detection, entity relationships, and memory consolidation across sessions. 24 tools. Works with Claude Code, Cursor, Windsurf, and any MCP client.

  • nicholasglazer/gnosis-mcp: Zero-config MCP server that loads markdown docs into SQLite (FTS5 keyword search) or PostgreSQL (pgvector hybrid semantic+keyword search) and exposes 6 tools and 3 resources for AI agents to search, retrieve, and manage documentation.

  • varun369/SuperLocalMemoryV2: A local-first AI memory system providing persistent memory across 17+ AI tools via MCP, featuring knowledge graphs, hybrid search, and pattern learning with zero cloud dependency.

  • omega-memory/core: Persistent memory for AI coding agents with semantic search, auto-capture, intelligent forgetting, and cross-session learning. #1 on LongMemEval benchmark (95.4%). 83 MCP tools (26 core + 57 pro). Multi-agent coordination, knowledge graphs, ONNX embeddings. Local-first with zero cloud dependency.

  • gdcc/mcp-dataverse: Facilitates multilingual data integration and exploration in Dataverse using Croissant ML.

  • singularityjason/lightning-memory: Persistent agent memory for the Lightning economy. Vendor reputation tracking, spending anomaly detection, Nostr identity (BIP-340), and L402 payment gateway for agent-to-agent knowledge markets. Local-first SQLite with FTS5 search.

  • xsp52Hz/cognigraph-mcp-server: CogniGraph MCP Server generates mind maps, relationship graphs, and knowledge graphs using CLI tools and AI analysis, compatible with various local MCP clients.

  • johnhenry/mcp-server-ipfs-context: Facilitates storing and retrieving conversational context using IPFS for seamless session continuity.

  • upamune/duckdb-hybrid-doc-search: Facilitates hybrid indexing and search of Markdown documents using DuckDB, integrating full-text and vector search capabilities with AI coding agents via an MCP stdio server.

  • beihaili/Get-Started-with-Web3: Read-only MCP server exposing a bilingual Web3 curriculum with 58 lessons, glossary search, learning paths, llms.txt, and citation-ready context packs for AI tutors and coding agents.

  • ipospelov/mcp-memory-bank: Facilitates structured documentation for context preservation in AI environments through a Memory Bank system.

  • brian3814/notion_fastmcp: Facilitates task management in Notion through an MCP server integration with Cursor IDE.

  • KerolIA98/mcp-sample: A template MCP server integrated with Mem0, enabling AI agents to manage long-term memory through semantic search and storage.

  • mkusaka/mcp-server-memory: A persistent memory server utilizing a local knowledge graph to enable Claude to retain user information across interactions.

  • jordankamto/code-explorer-mcp: A TypeScript-based server that manages and summarizes text notes using the Model Context Protocol.

  • meetdhanani17/xgmem: A TypeScript-based MCP server for managing project-specific and cross-project knowledge graph memory for LLM agents and tools.

  • jodli/git-github.com-jodli-factorio-modding-api: A TypeScript-based server enabling access to Factorio Modding API documentation through Model Context Protocol queries.

  • Svtter/chatdb: ChatDB serves as a memory layer for GPT by recording conversations in SQLite, enhancing conversational context retention.

  • tejasPhaveri/custom-instructions: Enhances the ultimatememory system with Context7 and Sequential Thinking MCP tools for improved memory management and task execution.

  • Im-neko/mcp-wikijs: Facilitates AI model interaction with WikiJS content through a TypeScript-based MCP server, enabling document search, creation, and management.

  • fazer-ai/mcp-obsidian: Facilitates interaction between Claude and Obsidian vaults via a Local REST API, enabling seamless note management and search capabilities.

  • fmicalizzi/mcp-read-json: Facilitates reading and querying JSON-based knowledge bases for seamless integration with LLMs like Claude.

  • PyneSys/project-mem-mcp: Facilitates AI agents in maintaining persistent project memory through a memory file system, enabling seamless information retrieval and updates during interactions.

  • ndlxp2008/mcp-temple: A TypeScript-based MCP server implementing a simple note-taking system with URI-based resource management and note summarization tools.

  • dwarvesf/mcp-playbook: Facilitates project documentation management and conversation log saving within a specified directory using Node.js and GitHub API interactions.

  • amphora/patentsafe-mcp: Connects to PatentSafe to retrieve documents using raw Lucene queries.

  • KawaroX/codex-vitea-mcp: A specialized MCP server for ViteaOS that connects AI assistants with MongoDB to manage personal information, including item location, travel time estimation, contact management, biodata analysis, and task tracking.

  • jzumwalt/git-mcp: GitMCP transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code, reducing hallucinations and improving code accuracy.

  • shifusen329/doc-lib-mcp: Facilitates document ingestion, chunking, semantic search, and note management with a custom URI scheme and robust content extraction tools.

  • kiranraathod/taskflow-memory-server: A task management server with persistent memory architecture, integrating Claude AI for intelligent planning and task execution using the Model Context Protocol.

  • kaz56-t/mcp-latest-document: A Model Context Protocol server offering access to the latest documentation for various services.

  • angrysky56/NeoCoder-neo4j-ai-workflow: Enables AI assistants to utilize a Neo4j knowledge graph for dynamic coding workflows and project memory management.

  • lyonzin/knowledge-rag: Local RAG system for Claude Code via MCP with hybrid semantic + BM25 search, cross-encoder reranking, and 12 MCP tools β€” no external servers required.

  • CaptainCrouton89/alaria-wiki-mcp: A boilerplate for creating an MCP server that stores and retrieves information using vector embeddings, enabling semantic search and integration with AI assistants like Claude.

  • CaptainCrouton89/mcp-boilerplate: A boilerplate for creating an MCP server that utilizes vector embeddings for storing and retrieving information, enabling semantic search and integration with AI assistants like Claude.

  • olafgeibig/knowledge-mcp: Facilitates AI agents in accessing specialized knowledge bases through a Model Context Protocol server interface, enhancing their domain-specific reasoning capabilities.

  • tonytimo/onboarding-mcp: Orellis enables engineers to query and explore their local Python codebase using natural language, ensuring secure and private onboarding assistance through a local LLM.

  • lbdudc/mcp-fm-analyzer: Analyzes feature models in UVL, offering tools for insights like atomic sets and branching factors.

  • swax/OneNoteMCP: Facilitates seamless access to personal OneNote notebooks via an updated MCP API with enhanced authentication and performance features.

  • cdgaete/token-scope-mcp: TokenScope offers token-aware directory exploration and analysis for LLMs, enhancing codebase understanding through intelligent summaries and comprehensive reporting.

  • simon-k/knowledge-mcp: Facilitates knowledge retrieval from a Neo4J database through an MCP server interface.

  • Disdjj/mmp-mcp: Facilitates AI model memory management through a structured tree protocol, enabling efficient storage and retrieval of interaction-generated memories.

  • lethain/library-mcp: Facilitates interaction with Markdown knowledge bases by retrieving and managing content through tags, text, slugs, URLs, and date ranges.

  • Going34/memory-bank-mcp-npm: Facilitates AI assistants by managing and updating memory banks with project code changes and user prompts.

  • daheepk/arxiv-paper-mcp: Facilitates efficient search, exploration, and comparison of arXiv papers using a custom MCP framework.

  • jin38324/oci-documentation-mcp-server: Facilitates searching and converting OCI documentation into markdown format for streamlined access and integration.

  • HaruHunab1320/docmost-mcp: Docmost integrates AI assistants with collaborative documentation through the Model Context Protocol, enabling seamless AI-assisted workflows.

  • gpreddy172/MCP-Server-for-Documentation: Facilitates searching for the latest documentation across various libraries using a standardized protocol.

  • SilenceBoy/ai2flomo: Facilitates seamless note-taking and management between AI assistants and Flomo, leveraging FastMCP for efficient synchronization and historical record retrieval.

  • AdilFayyaz/Slack-Search: A local MCP server that enhances Slack search capabilities by integrating with Claude Desktop for intelligent, private querying of Slack export logs.

  • jfim/obsidian-tasks-mcp: Facilitates AI-assisted task management by extracting and querying tasks from Obsidian markdown files using the MCP protocol.

  • andrewginns/mcp-mind-palace: A Python-based MCP server offering a persistent, searchable knowledge base for LLMs using Markdown files and ChromaDB for semantic search.

  • sho0318/ndl-mcp: Facilitates AI-driven book searches and data retrieval using the Next Generation Digital Library API.

  • gtfierro/rdf-mcp: Facilitates the use of Brick and 223P ontologies through Model Context Protocol servers, enabling ontology-based operations and definitions retrieval.

  • fagnercarvalho/ontario-fish-stocking-mcp: Fetches and queries fish stocking data from Ontario, Canada using various tools like coordinates, species, and year.

  • kiseki-technologies/kiseki-labs-readwise-mcp: Facilitates programmatic access and manipulation of Readwise documents and highlights via the Readwise API.

  • harukikaneko/doc-qa: A document question-answering system leveraging DuckDB-VSS and Python for efficient document search using Mean Contextualized Pooling.

  • aixiasang/weread-mcp: Facilitates AI agents to interact with and manage your WeRead library, enhancing reading content analysis.

  • shariqriazz/llms-txt-mcp: A comprehensive MCP server for managing and searching local RAG documentation systems with web discovery and AI-powered tools.

  • yangzec/cubox-mcp: A TypeScript-based server implementing a notes system with tools for note creation and summarization.

  • zw459123678/tuniao-server: Access and explore TuNiao UI components through a Model Context Protocol server with AI model integration.

  • Joeycz/whistle-docs-server: Facilitates search and access to Whistle documentation through a TypeScript-based MCP server.

  • StitchAI/stitch-ai-mcp: A decentralized knowledge hub for AI, enabling efficient memory management through a Model Context Protocol server.

  • kibela/kibela-mcp-server: Facilitates seamless interaction with Kibela through a local MCP server, enabling note and folder management, AI-assisted writing, and more.

  • noahgorstein/mcp-server-stardog: Facilitates interaction and automation with Stardog Knowledge Graphs through a Model Context Protocol server.

  • springdo/mcp-cookbook: Access the Gousto cookbook API to browse and search recipes with this MCP server.

  • thestumonkey/notion-chakra-mcp: Facilitates interaction with Notion databases and pages through customizable MCP endpoints, supporting both stdio and SSE transports.

  • enjoyzl/mcp-server-confluence-ts: Facilitates seamless interaction with Confluence through a robust MCP-based API service, offering features like space information retrieval, content search, and detailed page access.

  • casheiro/synapstor: Synapstor offers a comprehensive solution for semantic storage and retrieval of information using vector embeddings and integrates seamlessly with LLMs through the MCP protocol.

  • aiuluna/knowledge-graph-mcp: Facilitates the creation, management, and visualization of knowledge graphs with seamless integration into MCP-compatible AI assistants.

  • cuongpham2107/word-mcp-server: Facilitates the creation and editing of Microsoft Word documents via API, leveraging FastMCP for seamless LLM integration.

  • dilboy/markitdown-mcp: Facilitates the conversion of various URI types to Markdown using a lightweight MCP server with STDIO and SSE support.

  • Dr-Aniekan-Udo/Notetaker-MCP-Server: Facilitates seamless note-taking and management through Claude desktop integration, utilizing MCP server capabilities.

  • sosacrazy126/greptile-mcp: Integrates with the Greptile API to enable AI agents to perform natural language code search and querying across repositories.

  • okooo5km/memory-mcp-server-go: Facilitates knowledge graph management for LLMs, enabling persistent memory across conversations.

  • lkm1developer/google-docs-mcp-server: Facilitates seamless integration with Google Docs API, allowing AI assistants to manage documents through a robust MCP server.

  • aliyun/mcp-server-esa: Facilitates communication between AI models and Edge Security Acceleration services using a standardized protocol.

  • keepondream/wordnet-mcp-server: A WordNet-based MCP server offering vocabulary query functions such as synonyms, antonyms, hypernyms, hyponyms, and definitions.

  • Adityaakr/vara-mcp-updated: Facilitates AI applications' interaction with the Vara Network by providing onchain tools for retrieving block and transaction details, checking account balances, and tracking transaction history.

  • kbyk004/my-docs-mcp-server: Indexes and searches Markdown files in a directory, enabling full-text search and file retrieval via the Model Context Protocol.

  • ReyNeill/Kontxt: Facilitates codebase indexing by connecting to local repositories and providing AI clients with contextual analysis using Gemini 2.0 Flash.

  • a-bonus/google-docs-mcp: Facilitates seamless interaction between Claude and Google Docs, enabling advanced document manipulation and formatting through MCP.

  • 7nohe/confluence-mcp-server: Facilitates interaction with Confluence pages through a Model Context Protocol server using the Confluence API.

  • MartinM85/mcp-server-graph-api: Facilitates AI-driven interactions with Microsoft Graph API using a C# MCP server.

  • julianehuettl/wolfram-alpha-mcp: Integrates Wolfram Alpha's computational knowledge engine with LLMs for advanced mathematical and scientific queries.

  • stephen9412/memos-mcp-server: Integrates Memos API with AI assistants for seamless memo management, including search, creation, and retrieval functionalities.

  • jamesfeng2009/mcp-server-flomo: A TypeScript-based server for recording and managing notes in Flomo, featuring note creation and summarization tools.

  • cconstable/obsidian-mcp: Facilitates reading and searching Obsidian vaults through an MCP server, enhancing note accessibility and integration with tools like VS Code.

  • Masuda-1246/sample_mcp: A sample MCP server setup guide with configuration instructions for running a Python-based server.

  • zohar/knesset-mcp: Facilitates AI applications in accessing and interacting with Israeli Knesset parliamentary data through a standardized interface.

  • blck-snwmn/repodocs: Facilitates document management and access within repositories using a simple MCP server setup.

  • zereight/google-docs-mcp: Facilitates access, reading, and editing of Google Docs documents through an MCP server.

  • HappymanOkajima/apm-mcp-server: Facilitates interaction with the Agile Practice Map knowledge base through a large language model.

  • Safe-Swiss-Cloud-AG/mcp_pdf_reader: Facilitates reading PDF documents through an MCP server, compatible with Claude Desktop and LibreChat.

  • Moe03/mcp-hello-world: Facilitates interaction with Google Maps API for geocoding, reverse geocoding, place searches, and more.

  • kfischer-okarin/mcp-server-python-functions: A Python-based MCP server utilizing 'just' for streamlined command execution and integration with MCP clients like Claude.

  • yaojiafeng/qdxs-add-mcp-server: A Model Context Protocol server utilizing the mcp-framework, designed for easy tool integration and deployment.

  • emekaokoye/mcp-rdf-explorer: Facilitates conversational exploration and analysis of RDF-based knowledge graphs using SPARQL queries in local or endpoint modes.

  • coleam00/mcp-mem0: Facilitates AI agents with persistent memory capabilities using Mem0, serving as a template for building MCP servers with Python.

  • tomiyan/mcp-gbiz-info: Facilitates the retrieval of corporate numbers using the gBizINFO API.

  • TenzDelek/monlamTranslation-mcp: Facilitates Tibetan translation through a local MCP server setup.

  • egeokt/mcp-server: Facilitates access to the latest documentation for tools like LangChain, OpenAI, and Lama-Index.

  • onikun94/markdown-to-notion-mcp: Transforms Obsidian markdown into a Notion-compatible format using the Model Context Protocol (MCP) server.

  • shariqriazz/mcp-ragdocs: Facilitates AI assistants in augmenting responses with relevant documentation context through vector search, supporting multiple embedding providers and using Qdrant as the vector database.

  • danosb/onenote-mcp: Facilitates AI language models' interaction with Microsoft OneNote, enabling seamless access, creation, and analysis of notes.

  • grainne-b/notion_mcp_server: Facilitates integration with Notion through an MCP server, enabling seamless API interactions and automation.

  • mjpitz/mcp-rfc: Facilitates programmatic interaction with RFC documents by fetching, parsing, and reading them from ietf.org.

  • esurovtsev/know-flow-mcp: KnowFlow enhances LLMs by dynamically retrieving structured knowledge from external sources via the Model Context Protocol.

  • jimmyliou777/mcp-test: A Node.js server leveraging MCP SDK for custom tool and resource implementation, featuring basic math operations and Puppeteer-based automation.

  • shiwenbin1617/Google-Scholar-MCP-Server: Facilitates AI-driven academic research by enabling seamless access to Google Scholar papers and author information through an MCP interface.

  • loganrooks/zlibrary-mcp: Facilitates AI coding assistants in accessing Z-Library for book searches, metadata retrieval, and download links via a standardized API.

  • bchopson/indy-gov-mcp: Fetches trash pickup day information for Indy.gov using an MCP server.

  • Tomobobo710/MCP-Codebase-Browser: A Python-based MCP server enabling Claude to manage and manipulate codebases on Windows systems.

  • readwiseio/readwise-mcp: Facilitates seamless integration between LLM clients like Claude and Readwise by acting as a local MCP server bridge.

  • flight505/mcp-think-tank: MCP Think Tank enhances Claude's reasoning and memory capabilities through structured thinking and a persistent knowledge graph.

  • egoist/raindrop-mcp: Facilitates interaction with Raindrop.io for managing and searching bookmarks through MCP protocol.

  • docdyhr/simplenote-mcp-server: Integrates Simplenote with Claude Desktop, enabling advanced note management and search capabilities through an MCP server.

  • harukikaneko/esa-mcp: Facilitates integration with ESA through a customizable MCP server setup.

  • Harry-027/JotDown: Facilitates seamless integration of LLMs with Notion for page creation and mdBook generation, enhancing content management workflows.

  • godwin3737/mcp-server-microsoft365-filesearch: Facilitates advanced file search and metadata analysis within Microsoft 365, integrating seamlessly with SharePoint and OneDrive for efficient business workflows.

  • gohluke/dayze-mcp: Pay-per-call people + life-in-days knowledge API for AI agents. Notable packs with day-of-life numbers, similar people, and birthday peers. Transport: streamable-http compatible REST (GET/POST); Auth: none for public tools, x402 USDC on Base after free tier; Endpoint: https://dayze.com/api/v1/mcp; Docs: https://dayze.com/.well-known/mcp.json; License: see repo.

  • kyrelldixon/notion-mcp: Facilitates AI assistants' interaction with Notion workspaces by providing a standardized interface for accessing and manipulating Notion content.

  • SiroSuzume/my-mcp-server-template: A template for setting up and configuring MCP servers using Node.js.

  • linxule/lotus-wisdom-mcp: A structured problem-solving tool using the Lotus Sutra's wisdom framework, offering visualizations and multi-perspective approaches for complex issues.

  • kingsarthucodes/MCPLessonGenerate: Integrates with Firecrawl for advanced web scraping, crawling, and content extraction with robust error handling and logging.

  • VmLia/books-mcp-server: Facilitates book querying through MCP clients like Cherry Studio, offering seamless integration and configuration.

  • zamd/remote-mcp-server: Deploy a remote MCP server on Cloudflare Workers with OAuth login and connect it to Claude Desktop for seamless tool integration.

  • yellowgg2/mcp-bookstack: Facilitates searching and retrieving structured data from BookStack pages using customizable queries and clean HTML-to-text conversion.

  • dragonjump/mcp-ARCknowledge: Bridge all your custom webhook endpoints into a unified configuration for efficient knowledge base management and querying.

  • R3Wlad/mcp-notion-server: Facilitates interaction between Claude and Notion workspaces through a dedicated MCP server.

  • sifue/zen-syllabus-mcp: Facilitates access to ZEN University's syllabus content through an MCP server implementation.

  • D-lyw/ckb-docs-mcp: Facilitates semantic search of CKB ecosystem documents and code using the NervePuppy API and vector database integration.

  • SonLee369/mcpdemo: A comprehensive collection of reference implementations for the Model Context Protocol, showcasing secure and controlled access to tools and data sources for LLMs.

  • angelsen/grail: Grail is an AI-powered pattern management system for Claude Code, enabling efficient organization, discovery, and application of code patterns through semantic search and MCP server integration.

  • veainilo/awesome-cursor-mcp.json: Enhance Cursor editor's AI capabilities with pre-configured MCP server setups for browser interaction, sequential thinking, and Playwright automation.

  • buger/docs-mcp: Facilitates AI-driven searches within GitHub repositories or documentation by transforming them into MCP servers, enabling natural language queries.

  • zxkane/quip-mcp-server: Facilitates interaction with Quip spreadsheets by retrieving and converting data into CSV format, with support for authentication and large data handling.

  • BangyiZhang/xmind-generator-mcp: Facilitates the creation of structured Xmind mind maps through LLMs using the MCP protocol.

  • fnf-deepHeading/mcp-api-server-wrapper: A template for wrapping external APIs into MCP servers using AI, featuring automatic API integration and Docker support.

  • apw124/logseq-mcp: Facilitates AI agents' interaction with Logseq graphs through a set of MCP tools, enabling seamless data manipulation and retrieval.

  • rsym/how-person: A TypeScript-based MCP server implementing a simple notes system with tools for note creation and summarization.

  • rarandeyo/INIAD-MOOCs-MCP: Automates login, assignment submission, and file uploads for INIAD MOOCs using Playwright MCP.

  • moritalous/mermaid-doc-mcp-server: Facilitates the generation and retrieval of Mermaid diagram documentation through an MCP server interface.

  • EnzoVezzaro/mcp-dominican-layer: Access detailed information about the Dominican Congress, including legislative agendas and new bills, through a dedicated MCP server.

  • OpenMined/DistributedKnowledge: Distributed Knowledge is a decentralized, network-aware LLM system that leverages a federated architecture for secure and private data exchange, fully compatible with MCP hosts.

  • cer12u/growi-mcp: Repository classified as category 19

  • Rwb3n/obsidian-mcp: Facilitates interaction with an Obsidian vault by providing tools for note management, metadata handling, and content searching.

  • qubaomingg/byted_fe_mcp: A documentation service for Byte Frontend component libraries, enabling component search and categorization through Model Context Protocol.

  • nirvash/bookmark-mcp: Facilitates Chrome bookmark management through LLM commands using a Machine Control Protocol server.

  • Jacobinwwey/Notemd-mcp: A TypeScript-based MCP server enabling a notes system with multi-client AI support, including Claude and Cline integrations.

  • vyahhi/hyperskill-mcp-server: Facilitates searching and accessing educational content on Hyperskill through an MCP server.

  • 7nohe/qiita-mcp: Facilitates interaction with Qiita's API for retrieving user and article information using the Model Context Protocol.

  • r-huijts/strava-mcp: Connects to Strava API, enabling LLMs to access and manage Strava data and activities.

  • PhiloSolares/roam-mcp: Connects AI assistants like Claude to Roam Research for seamless data interaction and management.

  • jaw9c/awesome-remote-mcp-servers: A curated list of high-quality remote MCP servers for developers seeking reliable and production-ready services for AI applications.

  • mbcrawfo/KnowledgeBaseServer: Facilitates LLMs in storing and retrieving conversational memories using SQLite's full-text search capabilities.

  • marron-b/paperMate: PaperMate enhances academic research by integrating MCP server capabilities for paper search, recommendation, and PDF conversion through the Claude Desktop app.

  • ruliana/mcp-pkm-logseq: Facilitates interaction with Logseq's Personal Knowledge Management system through customizable instructions.

  • FrankGoortani/cv-mcp: A specialized MCP server offering structured access to Frank Goortani's CV data for AI assistants and MCP-compatible clients.

  • kw510/strava-mcp: Integrates Strava OAuth with MCP clients using Cloudflare Workers for secure authentication and tool access.

  • Xiawpohr/mcpilot: MCPilot empowers LLMs to securely interact with blockchains via MetaMask, ensuring private keys remain protected while enabling seamless Web3 experiences through natural language commands.

  • SiamHas/MCP_TO_PC_ENTITIES: Facilitates querying DNO APIs for catalog entities and pricing rules via Claude integration.

  • Qwinty/anytype-mcp: Facilitates interaction with Anytype data through an MCP server, enabling AI assistants and other clients to manage spaces, objects, and templates.

  • BaoxingZhang/mcp-server-notion-prompt: Access and manage prompts stored in Notion databases using the Model Context Protocol (MCP) standard.

  • phkus/tinderbox-mcp: Facilitates AI-driven interactions with Tinderbox, enabling natural language control and integration with other services through AppleScript.

  • hassaku63/mcp-start-go: A Go-based example of an MCP server implementation, demonstrating cross-platform capabilities with StdioTransport.

  • JordanDalton/AnthropicMcpClient: A CLI tool for interacting with Anthropic MCP servers, enabling tool execution across multiple server connections.

  • jesegher/EduMCPServer: Facilitates AI-driven management of Microsoft Education classes, assignments, and rubrics through integration with Microsoft Graph API.

  • 199-bio/better-thinking-mcp: Facilitates structured, multi-step reasoning inspired by LLM computational mechanisms, enhancing transparency and robustness in decision-making processes.

  • rsprudencio/binja_mcp: Facilitates interaction and automation with Binary Ninja using Large Language Models through the Model Context Protocol.

  • 199-bio/occams-razor-mcp: Guides LLMs through a structured, simplicity-focused problem-solving process for coding tasks, enhancing code quality and alignment with user intent.

  • urbushey/ts_mcp: A TypeScript-based MCP server designed for integration with Claude Desktop, facilitating seamless tool management and execution.

  • MeirKaD/SBR-MCP: Facilitates browser automation tasks such as navigation, form filling, and data retrieval through an MCP server integration with Claude Desktop.

  • alan-meigs/MCP_EXP: A terminal-based chat client with MCP server integration, featuring OpenAI API connectivity and a weather service using the National Weather Service API.

  • p-funk/FEGIS: FEGIS empowers LLMs with structured, persistent memory through customizable cognitive tools, enabling dynamic schema-defined cognition and semantic retrieval.

  • JackKuo666/Crossref-MCP-Server: Facilitates AI-driven searches and metadata retrieval of academic papers via Crossref using MCP.

  • flyer103/notion-mcp: Facilitates AI model interactions with Notion documents and data through a Model Context Protocol server.

  • closerbrasil/remote-mcp-server: Deploy a remote MCP server on Cloudflare Workers with OAuth login and connect it to Claude Desktop for seamless tool integration.

  • RedSiamese/local-knowledge-mcp: Local Knowledge manages and provides a local knowledge base for dynamic storage, updating, and querying of knowledge, tailored for large language models to access workspace-relevant information.

  • pfldy2850/mcp-openmetadata: Facilitates seamless integration of OpenMetadata APIs with FastMCP for efficient metadata management.

  • mat-griffin/jamf-mcp: Integrates with Jamf Pro to query computer information using Cursor AI, allowing for detailed management and security insights.

  • shiquda/mediawiki-mcp-server: Facilitates seamless interaction with MediaWiki-based sites, enabling LLMs to search and retrieve content from platforms like Wikipedia and Fandom.

  • Tae4an/mcp-prompt-manager: Facilitates efficient management of local prompt files for AI models like Claude, enabling prompt creation, retrieval, modification, and deletion.

  • uoky5217/Mcp-Server-Study: A learning project implementing an MCP server with stdio and SSE transport methods for basic arithmetic operations.

  • kwanLeeFrmVi/mcp-server-memory: Facilitates AI models' persistent memory through a knowledge graph, enabling information retention and recall across interactions.

  • yenslife/nckuhub-mcp: Leverage the NCKUHub API to provide a robust MCP service for seamless integration and development.

  • kaygee/rev-mcp: Fetches transcripts from Rev.com using their API, integrating seamlessly with MCP clients like Claude for Desktop.

  • dpk83/graphmcpserver: Facilitates seamless integration with Microsoft Graph via REST API using MCP.

  • RohitKrish46/docs-mcp-server: Empowers LLMs to dynamically search and retrieve up-to-date documentation from popular AI libraries using a lightweight MCP server.

  • khanhtoanmeo/notion_mcp: A Node.js-based MCP server that integrates with AI-assisted development environments, offering tools for arithmetic operations and environment variable retrieval.

  • ChenyqThu/mcp-server-weread: A lightweight server bridging WeRead data with Claude Desktop, enabling seamless access to reading notes and data.

  • Lvigentini/LTC-RAG-MCP: Enhances Claude with long-term memory capabilities using a Weaviate-based RAG system for seamless retrieval of past interactions and external knowledge sources.

  • Ssiswent/mcp-server-bear: Facilitates note creation, searching, and management in Bear via conversational interactions with MCP clients.

  • MahithChigurupati/Confluence-MCP-Server: FastMCP-based server enabling seamless programmatic access to Confluence's REST API for managing spaces, pages, and executing content searches.

  • AnkitPatel12/StravaMCP: Connects to Strava's API to enable AI assistants like Claude to access and analyze fitness data.

  • uta8a/linkding-mcp-server: Facilitates integration with the linkding bookmark manager through a customizable MCP server.

  • bradleygolden/hexdocs-mcp-server: A TypeScript server offering semantic search for Hex package documentation, leveraging the Model Context Protocol for seamless AI integration.

  • ronniemh/phrases-MCP-server: An elegant and efficient MCP server for managing inspirational phrases, seamlessly integrating with Claude for Desktop and other MCP clients.

  • yuzhi-jiang/memos-mcp: Connects to Memos for structured access and interaction via AI assistants like Claude, offering features like search, creation, and management of memos.

  • xinthink/mcp-reader: A Rust-based CLI server template for implementing MCP, facilitating seamless integration between LLM applications and external data sources.

  • jaohbib/MCP-for-VuFind: Facilitates the integration of VuFind's Swagger API into LLMs for literature search capabilities.

  • ChenyqThu/mcp-server-memos: Facilitates natural language interaction with Memos note service via MCP protocol, supporting note creation, search, and updates with secure token authentication.

  • 1nbuc/mcp-integration-suite: Facilitates seamless integration with SAP Integration Suite by managing and deploying integration artifacts like IFlows and Message Mappings.

  • rbownes/mcp-memory-server: A Rust-based MCP server offering memory storage and retrieval with support for multiple storage backends and embedding models.

  • entanglr/zettelkasten-mcp: Facilitates the creation, linking, and searching of atomic notes using the Zettelkasten methodology, integrated with Claude for AI-assisted knowledge management.

  • wolderufael/docs-MCP-server: A Model Context Protocol server implementation for integrating with various LLM clients, offering flexibility and secure data handling.

  • hetaoBackend/mcp-github-trending: Provides a simple API interface to access GitHub's trending repositories and developers data, with filtering options by language and time period.

  • jespino/developers-conferences-agenda-mcp: Facilitates access to developer conferences and events data, allowing users to search, filter, and retrieve information through MCP-compatible clients.

  • r-huijts/oorlogsbronnen-mcp: Access Dutch WWII archives through AI-powered natural language queries using the Oorlogsbronnen MCP server.

  • abeyuya/memory-bank-loader-mcp: Efficiently retrieves and organizes files from a memory-bank directory to streamline AI tool usage and reduce operational costs.

  • onigeya/siyuan-mcp-server: Integrates AI models with the SiYuan Note system for seamless note data access and manipulation.

  • valentinludu/oblio-mcp: Facilitates seamless interaction between Claude and Oblio.eu accounting software through a robust MCP server implementation.

  • scotthelm/wikipedia-mcp-server: Facilitates AI-driven interactions with Wikipedia through a Model Context Protocol server, enabling content retrieval, historical event searches, and image access.

  • xianminx/mcp-server-flomo: Facilitates seamless note creation in Flomo through AI chat interactions using natural language commands.

  • laughall-miyake/udemy-instructor-mcp: Node.js server for accessing Udemy Instructor API, enabling retrieval of courses, questions, and reviews.

  • OfWind/graph-memory-mcp: A persistent memory server utilizing a local knowledge graph to enable Claude to retain user information across interactions.

  • hulkworks/readthedocsmcp: Facilitates LLM interaction with Read the Docs documentation through a Multi-Context Protocol server.

  • MushroomFleet/LTM-CLINE: LTM-CLINE enhances Claude 3.7 with long-term memory and persona evolution capabilities using SQLite, integrated with the Cline VSCode extension.

  • youssefea/docs-mcp: Facilitates integration of Base Docs Model Context Protocol with Cursor and Claude agents for enhanced document processing.

  • evanmschultz/memcp: MemCP enables AI agents to manage and query a temporal knowledge graph using an extensible memory framework integrated with MCP.

  • gannonh/memento-mcp: Memento MCP offers a scalable knowledge graph memory system with semantic retrieval and temporal awareness for LLMs, leveraging Neo4j for storage and vector search.

  • s2005/mcp-memory-server: Enables persistent memory for Claude using a local knowledge graph to remember user information across chats.

  • kargarisaac/Hekmatica: Hekmatica is a deep research agent that uses BAML and LangGraph to answer questions by leveraging web search, external tools, and LLMs.

  • anivenk25/Zettelkasten: Zettelkasten is an MCP server tailored for chatbot applications, utilizing hybrid data storage with Pinecone and Neo4j for efficient cross-session chat context management.

  • jeremytandjung/my-notion-mcp-server: A fast MCP server leveraging Bun for seamless integration with Claude Desktop and Notion.

  • boetro/obsidian-mcp: Facilitates interaction with Obsidian vaults through LLMs, enabling file management and content updates.

  • beshkenadze/mcp-obsidian: Facilitates seamless interaction with Obsidian through its Local REST API, offering versatile server implementations and transport modes.

  • Meru45/Zettelkasten: Zettelkasten is an MCP server tailored for chatbot applications, utilizing hybrid data storage with Pinecone and Neo4j for efficient cross-session chat context retrieval.

  • zhaoyi48/chinese-holidays-MCPServer: A TypeScript-based server for querying Chinese public holidays via the MCP protocol.

  • maoruibin/mcp-server-inbox: Facilitates note creation through any MCP client by integrating with the inBox API, allowing users to create notes in a conversational manner.

  • monotykamary/elevenlabs-docs-mcp: Facilitates structured access and search of ElevenLabs documentation via the Model Context Protocol.

  • obutora/writing-style-mcp: Facilitates writing style adjustments through an MCP server with Go-based execution.

  • chatmcp/mcp-server-flomo: Facilitates seamless note-taking to Flomo through a TypeScript-based MCP server.

  • DataScienceDisciple/obsidian-mcp: A TypeScript-based MCP server enabling AI models to interact with Obsidian vaults via the Local REST API, featuring advanced search and content management tools.

  • esakrissa/mcp-doc: Facilitates integration between LLM applications and documentation sources via the Model Context Protocol, providing access to LangGraph and MCP documentation.

  • wangle201210/dify-retriever-mcp: Facilitates efficient knowledge base retrieval using the MCP protocol.

  • ruan11223344/McpDocServer: A specialized server for retrieving and managing development framework documentation using the MCP protocol, featuring multi-threaded crawling, local document loading, and precise keyword search capabilities.

  • Gucci-Slides/fractal-thinking: Facilitates fractal thinking analysis by providing tools for recursive problem-solving and pattern recognition.

  • nbiish/gikendaasowin-aabajichiganan-mcp: Gikendaasowin Aabajichiganan offers a suite of cognitive tools for AI Pair Programming, enabling structured problem-solving through iterative refinement and tool integration.

  • StuMason/mcp-knowledge-vault: A robust knowledge management system enabling AI models to efficiently store, retrieve, and manage structured information using the Model Context Protocol.

  • ue-sho/mcp-obsidian-kotlin: Facilitates AI-driven interactions with Obsidian notes through a Kotlin-based MCP server.

  • baryhuang/my-apple-remembers: Facilitates memory recall and persistence on macOS by interfacing with Apple Notes and other native applications.

  • nguyenvanduocit/confluence-mcp: Facilitates interaction with Confluence API for managing pages and spaces through MCP.

  • piotrpalek/mcp-thinking-tool: Enhance Claude's problem-solving by using the Think Tool to systematically break down complex reasoning tasks.

  • nathannj/mcp-notes: Facilitates the management of markdown notes with capabilities to create, read, update, and list notes using the stdio transport.

  • GalvinGao/mcp-simplelocalize: Facilitates localization tasks by integrating SimpleLocalize with MCP server capabilities.

  • fkesheh/code-context-mcp: Facilitates semantic search and code context retrieval from local git repositories using embeddings.

  • WhenMoon-afk/claude-memory-mcp: Provides persistent memory capabilities for Claude using tiered memory architecture and semantic search.

  • HikaruEgashira/codenav-mcp: Enhance code navigation with Tree-Sitter Stack Graphs using the CodeNav MCP server.

  • recallnet/sequential-thinking-recall: Facilitates dynamic problem-solving by structuring thought processes and securely logging sessions to Recall.

  • Ichigo3766/powerpoint-mcp: Facilitates the creation and editing of PowerPoint presentations with automated slide generation and image integration using Stable Diffusion.

  • askme765cs/open-docs-mcp: An open-source MCP server for managing and searching documentation with full-text search and document indexing capabilities.

  • robertZaufall/mindm-mcp: Facilitates automation and integration with MindManager on Windows and macOS through a standardized interface.

  • michaeldslim/mcp-notion-api: A Node.js application leveraging the Notion API to automate content block creation in Notion pages via MCP server integration.

  • Arthur-Jacobina/WorldMiniApp_MCP: Facilitates querying World Mini Apps documentation through an MCP server integrated with Cursor.

  • BrianCusack/mcpsharepoint: Facilitates access to organizational SharePoint resources via the Model Context Protocol, leveraging Microsoft Graph API for document management and search capabilities.

  • wandermyz/wandering-rag: A CLI tool that retrieves and manages personal data from various platforms, stored in Qdrant, and accessible via an MCP server.

  • cosmix/confluence-mcp: Facilitates AI-driven interactions with Confluence content through a standardized protocol.

  • PhillipRt/think-mcp-server: Enhance Claude's reasoning capabilities with Anthropic's 'think' tool MCP server, providing structured thinking for complex problem-solving tasks.

  • thuhoai27/text-memory: TextMemory facilitates AI assistants in maintaining conversational context by storing and retrieving text data.

  • shogo-ma/docbase-mcp-server: Facilitates interaction with Docbase through MCP for post management tasks like searching, retrieving, and creating posts.

  • JotaDeRodriguez/Bonsai_mcp: Bonsai-mcp enhances Blender's capabilities by integrating IFC model support through IfcOpenShell, enabling seamless execution of IFC-specific commands and Python code within Blender.

  • algonacci/mcp-wikipedia: Facilitates client access to Wikipedia pages through an MCP server.

  • 54yyyu/zotero-mcp: Zotero MCP integrates your Zotero library with AI assistants like Claude for seamless research paper discussions and analysis.

  • SaharCarmel/TheAlmanac: TheAlmanac serves as a documentation assistant, providing programmers with up-to-date API and software documentation access through an MCP server.

  • YanceyOfficial/obsidian-mcp: Facilitates AI integration with Obsidian Vaults stored in iCloud using the Model Context Protocol.

  • faizan45640/google-classroom-mcp-server: Facilitates interaction with Google Classroom data through Claude and other AI assistants using the MCP protocol.

  • sachin-philip/raindrop.io-mcp: Facilitates seamless integration with Raindrop.io for managing bookmarks through an MCP server.

  • CodeByWaqas/MRConfluenceLinker-mcp-server: Integrates GitLab merge request analysis with Confluence documentation, enabling detailed code change reports and storage in Confluence.

  • suqidan/volcengine_knowledgebase_mcp: Facilitates knowledge base search and dialogue completion using Volcengine for Claude Desktop.

  • philippe-guerit/claude-desktop-memory-bank: Provides autonomous memory persistence for Claude Desktop, enabling seamless context management across sessions with integration into Git repositories.

  • tejpalvirk/student: Facilitates the management of student knowledge graphs, enabling structured tracking of courses, assignments, and exams to optimize academic progress.

  • captain-blue210/anki-mcp-server: Facilitates integration between Claude Desktop and Anki by retrieving and tagging leech cards via AnkiConnect.

  • dogonthehorizon/doc-builder-mcp: Facilitates document collection management and querying using ChromaDB with automatic file chunking and Claude integration.

  • jcdiv47/mcp-server-memory: A Python-based MCP server that manages AI memory through a persistent knowledge graph, enabling structured data storage and retrieval.

  • nic01asFr/mcp-server-grist: Facilitates seamless interaction between Grist spreadsheets and language models through a robust API integration.

  • h4ck4life/mcp-collections: A versatile MCP server offering integrations with YouTube, Reddit, and headless browser operations for fetching web content.

  • FradSer/mcp-server-to-markdown: Transforms diverse file formats into Markdown using Cloudflare AI services, offering a unified interface for file conversion and description generation.

  • socamalo/PPT_MCP_Server: Facilitates PowerPoint automation through Claude Desktop, enabling seamless interaction with presentations via MCP.

  • Melbourneandrew/docs2prompt-mcp: Facilitates the conversion of documentation into LLM-friendly prompts by integrating the docs2prompt library with MCP clients.

  • shaikMahammedarif/GitHub-MCP-Docs: Facilitates GitHub API interactions for file operations, repository management, and advanced search capabilities.

  • YassineTk/mcp-docs-provider: Facilitates seamless access and querying of local markdown technical documentation for AI models.

  • yhc984/cursor-talk-to-figma-mcp-main: Facilitates seamless communication between Cursor AI and Figma for programmatic design modifications.

  • speakeasy-api/markdown-sidecar-mcp: Facilitates structured access to markdown documentation for NPM, Go, and PyPi packages via an MCP server, enhancing code generation by exposing these docs as tools or resources.

  • dcdpr/bookworm: Facilitates querying and managing Rust crate documentation through an MCP server, enabling efficient access and search capabilities for developers.

  • baranwang/mcp-trends-hub: A comprehensive service aggregating trending topics across the web, fully compatible with MCP for seamless AI application integration.

  • aminalali8/bns-mcp-server: Facilitates AI-driven management of Bunnyshell resources via natural language commands through the Bunnyshell CLI.

  • owayo/gitlab-mcp-server: Facilitates AI-driven analysis and feedback on GitLab projects by retrieving pipeline failures, unresolved MR comments, and code changes.

  • puchunjie/doc-tools-mcp: Empower AI applications to seamlessly create, edit, and manage Word documents through natural language interactions using this comprehensive MCP server.

  • ogromwang/doc-assistant-mcp: A personalized document assistant server enabling semantic search across various document formats using the MCP protocol.

  • takuya0206/obsidian-mcp: Facilitates AI-driven interactions with Obsidian vaults via a standardized protocol, enabling note manipulation and retrieval.

  • lloydzhou/bitable-mcp: Facilitates interaction with Lark Bitable tables via the Model Context Protocol, offering tools for table listing, description, and SQL query execution.

  • LuotoCompany/cursor-local-indexing: Provides local codebase indexing and semantic search capabilities for Cursor using ChromaDB, accessible via an MCP server.

  • j5ik2o/shared-knowledge-mcp: Facilitates shared knowledge base access across multiple AI assistants using Retrieval Augmented Generation for efficient information retrieval.

  • YuChenSSR/mindmap-mcp-server: Transforms Markdown content into interactive mindmaps, offering both HTML and file path outputs for seamless integration with MCP clients.

  • xiejeep/english-mcp: Facilitates English learning through interactive commands and note management.

  • okooo5km/memory-mcp-server: A Swift-based server that enables LLMs to manage and persist knowledge graphs, facilitating memory retention across conversations.

  • Jktfe/myAImemory-mcp: Synchronizes user preferences and personal details across all Claude interfaces with high-performance caching.

  • awkoy/notion-mcp-server: Facilitates AI-driven interactions with Notion's API, enabling seamless content management through natural language commands.

  • CaptainCrouton89/knowledge: Facilitates the storage and retrieval of information using vector embeddings for semantic search.

  • stijn-meijers/dracor-mcp: Facilitates interaction with the DraCor API for analyzing dramatic texts and character networks using Claude or other LLMs.

  • yuna0x0/hackmd-mcp: Integrates HackMD's note-taking platform with AI assistants, enabling operations like note management and team collaboration via the HackMD API.

  • psaboia/PinThePiece: A sophisticated note management system with hierarchical storage, atomic operations, and comprehensive search capabilities.

  • ndchikin/reference-mcp: Facilitates seamless integration of BibTeX-formatted citation retrieval from CiteAs and Google Scholar into applications.

  • arabold/docs-mcp-server: Facilitates efficient scraping, indexing, and searching of third-party library documentation using semantic splitting and vector embeddings.

  • tejpalvirk/contextmanager: Enhances AI models with persistent context across work sessions using domain-specific knowledge graphs managed by a central Context Manager.

  • elliottlawson/kagi-mcp-server: A Node.js server enabling AI assistants to perform web searches using the Kagi API, supporting parallel queries and formatted results.

  • ronaldtebrake/slite-mcp: Facilitates AI interaction with Slite notes through a Model Context Protocol server, enabling note management and search functionalities.

  • qingtianyu/mcp-client: A TypeScript-based MCP client implementation supporting multi-AI platform integration and server management.

  • TechNavii/mcp_sample: A Claude MCP server enabling text saving to local files with robust security and error handling features.

  • clsung/mcp-imdb: Facilitates access to IMDB data through a Model Context Protocol server, featuring note storage and summarization capabilities.

  • jumasheff/mcp-ragdoc-fork: Facilitates AI assistants in augmenting responses with contextually relevant documentation through vector-based search and retrieval.

  • sdimitrov/mcp-memory: Enhances AI assistants with long-term memory capabilities using PostgreSQL and pgvector for efficient vector similarity search.

  • kinshukk/book-fetch-mcp: Access and interact with any published book using MCP, featuring caching, pagination, and integration with Claude for enhanced querying.

  • grizzlypeaksoftware/mcp-memory-server: A server for managing and retrieving text memories with tagging and search capabilities, stored locally in JSON format.

  • suguru-toyohara/LocalLibraryforLLM: Facilitates smoother development by delegating necessary resources to an MCP server, verified with CLINE 3.7.0.

  • yuhuangou/wordware-mcp: Facilitates local execution of Wordware apps with seamless integration into development environments.

  • StevenBtw/uv-docs-mcp: Provides programmatic access to UV package manager's documentation through a structured API, enabling efficient documentation queries and updates.

  • StevenBtw/marimo-docs-mcp: Access and search Marimo's API documentation programmatically with this TypeScript-based MCP server.

  • JovanHsu/mcp-neo4j-memory-server: Enhances AI knowledge graph storage with Neo4j, offering robust graph query capabilities and seamless MCP protocol integration.

  • GobinFan/python-mcp-server-client: Facilitates querying technical documentation of mainstream agent frameworks using MCP with stdio and SSE protocols.

  • ronangrant/mcp-svelte-docs: Facilitates semantic search of Svelte 5 documentation using OpenAI's Retrieval API, enabling AI assistants to efficiently access and query the documentation.

  • ErickWendel/erickwendel-contributions-mcp: Query Erick Wendel's contributions across platforms using natural language with this MCP server.

  • rijieli/NotionLinksMCP: Facilitates the integration of Notion links with MCP servers for enhanced local configuration and execution.

  • heurist-network/heurist-mesh-mcp-server: Connects to Heurist Mesh APIs, enabling Claude to access blockchain and web3 tools for cryptocurrency data and smart contract security.

  • dazeb/cline-mcp-memory-bank: A persistent memory system for Cline that maintains project context and tracks progress across development sessions.

  • ryaker/MCP-JS-Server-Template: A streamlined Node.js template for developing custom MCP servers with integration capabilities for Claude Desktop.

  • PARS-DOE/autodocument: Automatically generates comprehensive documentation, test plans, and code reviews for code repositories using AI-powered analysis and the OpenRouter API.

  • dstotijn/mcp-developer-overheid-api-register: Facilitates AI tool interactions with the Developer Overheid API Register through a Model Context Protocol server.

  • joelhooks/logseq-mcp-tools: Facilitates AI-driven exploration and analysis of Logseq knowledge graphs through structured MCP server interactions.

  • lostintangent/gistpad-mcp: Manage and share personal knowledge, daily notes, and reusable prompts via GitHub Gists, integrated with MCP-enabled AI products.

  • ruanodendaal/bear-mcp-server: Enhance your Bear Notes with AI-driven semantic search and retrieval-augmented generation, all processed locally for privacy.

  • pinkpixel-dev/mem0-mcp: Mem0 MCP Server provides AI applications with persistent memory capabilities, supporting flexible provider integration and enabling long-term memory for AI agents.

  • MKhalusova/unstructured-mcp: Facilitates LLMs in extracting and utilizing content from unstructured documents across various file types.

  • gleanwork/mcp-server: Facilitates seamless integration of Glean's search and chat capabilities through a standardized MCP interface.

  • jimbobbennett/PiecesMCPNet: A C# MCP server leveraging Pieces Long-Term Memory to answer questions from the past week.

  • sou-lab/esa-mcp-server-claude: Provides ESA.io data in MCP format for integration with Claude Desktop environments.

  • jlevy/kash: Kash is an AI-native command-line shell that transforms Python functions into MCP tools, enabling seamless integration with other platforms like Anthropic Desktop and Cursor.

  • makenotion/notion-mcp-server: Facilitates seamless interaction with the Notion API through MCP server capabilities, enabling efficient task automation and content management.

  • landicefu/temp-notes-mcp-server: Facilitates AI agents in storing and retrieving temporary information across conversations, enabling context preservation and task management.

  • lee926427/MCP-Server: Facilitates querying and adding student data through a Node.js and Docker-based MCP server.

  • ShiXiangYu1/Figma-Context-MCP: Facilitates AI-powered coding tools to access and utilize Figma design data for enhanced design implementation accuracy.

  • huynguyen789/build_mcp_python: A comprehensive guide to building custom MCP servers in Python, featuring a calculator example to demonstrate core concepts and integration with AI assistants.

  • Kinark/mcp-neo4j-memory-claude: Enables Claude AI to utilize Neo4j for persistent knowledge graph memory, enhancing conversational reasoning and semantic search capabilities.

  • T0UGH/mcp_server_my_lark_doc: Facilitates seamless access and search of Lark documents through a Model Context Protocol server with robust OAuth authentication.

  • gscalzo/stackoverflow-mcp: Facilitates AI-driven searches for programming solutions on Stack Overflow by leveraging error messages, tags, and stack traces.

  • ophydami/MCP-Google-Doc: Facilitates seamless interaction with Google Docs through Claude, enabling document management and search capabilities.

  • kazuph/mcp-docs-rag: A TypeScript-based MCP server enabling Retrieval-Augmented Generation for querying documents stored locally, integrating LLMs for contextual responses.

  • jbchouinard/mcp-document-reader: Facilitates LLM interaction with EPUB and PDF files through a basic MCP server.

  • him0/confluence-mcp: Facilitates searching, fetching, and managing Confluence articles through an MCP server interface.

  • Rudra-ravi/wikipedia-mcp: Facilitates LLMs with contextual information from Wikipedia by retrieving and processing article content.

  • l3wi/mcp-lighthouse: Enables Claude to interact with and analyze your Lighthouse crypto portfolio data through secure authentication and natural language queries.

  • alekspetrov/mcp-docs-service: Facilitates seamless documentation management through natural language interactions, optimized for integration with AI assistants.

  • modelcontextprotocol-servers/whois-mcp: Facilitates WHOIS lookups for AI agents to retrieve domain registration details without browser intervention.

  • allglenn/mcp-name-origin-server: A Python-based server leveraging the MCP protocol to predict name origins using the Nationalize.io API.

  • inkdropapp/mcp-server: Facilitates seamless interaction with Inkdrop's local HTTP server API for efficient note management.

  • hesiod-au/python-mcp: Efficiently extracts and analyzes Python code structures, focusing on import/export relationships, without requiring an agent system.

  • ebailey78/mcp-memory: Facilitates structured memory management for Claude Desktop, enhancing project-based work by maintaining context and knowledge across chat sessions.

  • Olliwn/nordic-docs-server: Facilitates intelligent search of Nordic Semiconductor documentation with API references and code examples, integrated with Perplexity AI.

  • YuheiNakasaka/scrapbox-mcp: A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for note management and summarization.

  • 0xKoda/mcp-rust-docs: Fetches and formats Rust crate documentation for seamless integration with LLMs.

  • kyleselh/youtube-knowledge-assistant: Facilitates AI language models to interact with YouTube content through a standardized interface, offering features like video information retrieval, transcript management, and channel management.

  • spacemeowx2/cargo-doc-mcp: Facilitates management of Rust documentation using cargo doc commands, offering tools to check, build, and search documentation locally.

  • jsonresume/mcp: Enhance your JSON Resume with AI by analyzing your coding projects and updating your resume automatically.

  • joleyline/mcp-memory-libsql: High-performance persistent memory system utilizing libSQL for vector search and semantic knowledge storage, ideal for AI agents and knowledge graph applications.

  • wxxedu/ankify: Repository classified as category 19

  • SAhmadUmass/notion-mcp-server: Facilitates seamless interaction between Claude and Notion workspaces, enabling advanced page and database management.

  • Cam10001110101/mcp-server-obsidian-jsoncanvas: Facilitates the creation, manipulation, and validation of infinite canvas data structures using JSON Canvas files.

  • Tom-Semple/mcp-apple-notes-fixed: Facilitates semantic search and retrieval over Apple Notes for AI assistants like Claude, leveraging on-device embeddings and vector storage.

  • ramidecodes/mcp-server-notion: Facilitates AI model interactions with Notion workspaces using the official SDK.

  • ttjslbz001/akshare_mcp_server: Provides financial data analysis capabilities using the AKShare library, accessible via the MCP protocol.

  • zanetworker/docling-mcp-server: Facilitates document conversion to markdown with OCR and batch processing capabilities, enhancing AI assistant integration.

  • JDJR2024/markdownify-mcp-utf8: Transforms various file types into Markdown with enhanced UTF-8 support for multilingual content.

  • marcushellberg/vaadin-documentation-services: Facilitates semantic search and AI-generated answers for Vaadin documentation through a REST and MCP server integration.

  • BRO3886/mcp-memory-custom: Enhances the Memory server by enabling custom memory paths and timestamping for interactions, facilitating the creation and management of a knowledge graph.

  • antoncoding/mcp-brianknows: Connects Claude to BrianKnows' blockchain knowledge base for DeFi insights.

  • anarcher/raindrop-io-mcp-server: Facilitates interaction between LLMs and Raindrop.io bookmarks using MCP, implemented in Go.

  • pedramamini/RSSidian: RSSidian offers intelligent RSS feed ingestion and summarization with seamless integration into Obsidian, powered by an MCP service API for AI-driven content analysis and management.

  • marcelmarais/obsidian-mcp-server: Facilitates AI assistants in managing and interacting with notes in an Obsidian vault through a lightweight MCP server.

  • liaokongVFX/MCP-Chinese-Getting-Started-Guide: A comprehensive guide to quickly getting started with MCP programming, including server implementation for web search and integration with various tools.

  • timbuchinger/mcp-pinecone-notes: Facilitates semantic note management using Pinecone's vector database for efficient search and retrieval.

  • devabdultech/hn-mcp: Enhance your LLM clients with real-time access to Hacker News stories, comments, and user profiles through this powerful MCP server.

  • manimohans/farcaster-mcp: Facilitates AI models in interacting with the Farcaster network to fetch and analyze user and channel casts.

  • Sjotie/notionMCP: Connects AI assistants like Claude to Notion workspaces, enabling interaction with databases, pages, and content blocks.

  • Geeksfino/kb-mcp-server: A semantic search and knowledge graph MCP server leveraging txtai for AI-driven text processing and portable knowledge base management.

  • cdugo/package-documentation-mcp: Fetches package documentation from various language ecosystems for LLMs like Claude, without needing API keys.

  • shuruheel/mcp-neo4j-shan: A sophisticated knowledge graph memory system leveraging Neo4j to store and explore interconnected information with rich semantic structures.

  • swairshah/zotero-mcp-server: Facilitates interaction between MCP clients and a local Zotero repository for managing and accessing research papers and notes.

  • nailuoGG/anki-mcp-server: Facilitates seamless interaction between LLMs and Anki flashcard software via AnkiConnect.

  • piplabs/story-mcp-hub: Facilitates AI agent interactions with Story Protocol's ecosystem through blockchain data queries and SDK interactions.

  • GongRzhe/Langflow-DOC-QA-SERVER: A TypeScript-based server enabling document Q&A through a Langflow backend, showcasing core MCP concepts.

  • Siddhant-K-code/mcp-apple-notes: Facilitates seamless interaction with Apple Notes through natural language, enabling note creation, search, and retrieval via AI assistants.

  • AstroMined/pygithub-mcp-server: Facilitates AI-driven GitHub operations through a modular MCP server using PyGithub.

  • kj455/mcp-kibela: Enables AI assistants to search and reference Kibela content securely.

  • gbti-network/mcp-basic-test: A Node.js MCP server that generates random US State and signature soup combinations, compliant with JSON-RPC 2.0 and featuring a custom logging system.

  • tanushshukla/memory-bank-server: A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for note management and summarization.

  • hugobiais/wordware-mcp: Facilitates integration of Wordware flows as tools within Claude conversations, supporting research, sales intelligence, and task automation.

  • yamad07/local-pdf-agent: Facilitates question-answering about PDF files with citations using Claude AI.

  • trafflux/pdf-reader-mcp: Facilitates text extraction from PDFs via local files or URLs, with robust error handling and standardized JSON output.

  • yangkyeongmo/mcp-server-openmetadata: Facilitates standardized interaction with OpenMetadata via the Model Context Protocol.

  • sujianqingfeng/mcp-apifox: Facilitates seamless integration between Apifox API documentation and AI assistants using the Model Context Protocol.

  • succil3/clanki: Facilitates AI assistants' interaction with Anki flashcard decks through MCP, supporting deck management and card creation.

  • d-klotz/perplexity-mcp-ts: Integrate Perplexity AI with Cline, Windsurf, and Cursor using configurable MCP servers.

  • orbit-logistics/notion-mcp-server: Enables seamless interaction between LLMs and Notion by mirroring the Notion API SDK as MCP tools.

  • valyu-network/valyu-mcp: Enables AI models to access high-quality context from Valyu's API, offering comprehensive search capabilities over Wikipedia, arXiv, and web search.

  • davidvc/code-knowledge-mcptool: A tool for managing and querying codebase knowledge using vector embeddings, integrated with RooCode and Cline via MCP.

  • langfuse/mcp-server-langfuse: Facilitates prompt management for Langfuse through the Model Context Protocol, enabling prompt discovery and retrieval with pagination support.

  • mekanixms/mcp_memory_plugin: A Python-based memory plugin utilizing SQLite for persistent data storage and management across sessions, integrated with MCP server functionality.

  • cablate/mcp-google-calendar: Facilitates seamless calendar management through an MCP server with capabilities to create, list, update, and delete calendar events.

  • dweigend/joplin-mcp-server: Facilitates seamless note management and AI integration for Joplin through the Model Context Protocol.

  • cablate/mcp-doc-forge: A robust MCP server offering extensive document processing features, including reading, converting, and manipulating various document formats.

  • Cam10001110101/mcp-server-private-user-context: A secure MCP server designed for managing and encrypting personal information and context.

  • T1nker-1220/memories-with-lessons-mcp-server: Enhances a memory MCP server with a local knowledge graph for persistent memory, enabling error learning and solution tracking through a lesson system.

  • seanivore/the-pensieve: A TypeScript-based MCP server implementing a RAG-based knowledge management system with LLM-powered analysis and natural language querying.

  • jkawamoto/mcp-bear: Facilitates interaction with Bear note-taking software through a Model Context Protocol server, enabling actions like opening notes, managing tags, and searching.

  • squirrelogic/mcp-feature-discussion: A TypeScript-based server that facilitates intelligent feature discussions between developers and AI, acting as an AI lead developer to guide feature implementation and architectural decisions.

  • f440/docbase-mcp-server: Facilitates seamless interaction with the DocBase API to retrieve and manage posts.

  • owayo/mcp-source-relation: Analyze source code dependencies across multiple languages, enhancing project insights for Claude integration.

  • dandeliongold/mcp-time: Provides current time and time difference calculations in ISO format via a JSON-RPC interface for integration with the Claude desktop app.

  • owayo/mcp-src-tree: Facilitates rapid project structure analysis by generating a JSON file tree, excluding files based on .gitignore rules, for seamless integration with Claude.

  • crazyrabbitLTC/mcp-snapshot-server: Facilitates interaction with Snapshot.org by providing tools to query spaces, proposals, and users.

  • deachne/WL8-pkm: An MCP server for intelligent searching through WealthLab 8 documentation, integrating with Claude AI for enhanced lookup capabilities.

  • libra850/apple-notes: Facilitates interaction with Apple's Notes app using MCP, enabling note creation, search, and retrieval via a simple API.

  • edobez/mcp-memory-py: Enhances Claude's memory capabilities through a persistent knowledge graph, enabling personalized interactions across chats.

  • aaronsb/memory-graph: Enables persistent memory capabilities through a local knowledge graph, allowing Claude to maintain context across chat sessions.

  • Deep070203/docling-mcp: Docling-mcp leverages IBM's Docling software to parse and convert documents into Markdown format.

  • yodakeisuke/mcp-memory-domain-knowledge: A persistent memory server leveraging a local knowledge graph to enable Claude to retain user information across interactions.

  • kiwamizamurai/mcp-kibela-server: Facilitates interaction between LLMs and Kibela content through API integration.

  • bmorphism/hypernym-mcp-server: Leverage Hypernym AI's semantic analysis and compression capabilities through a Model Context Protocol server for enhanced text processing.

  • Akira-Papa/akirapapa-mcp-notion-server: Facilitates seamless interaction with Notion workspaces through Claude by leveraging the Notion API.

  • codingthefuturewithai/conduit: Conduit provides a unified interface for AI tools to seamlessly interact with enterprise knowledge and collaboration platforms like Jira and Confluence, enhancing AI assistant capabilities.

  • delorenj/mcp-qdrant-memory: A knowledge graph MCP server with semantic search capabilities using Qdrant vector database for efficient entity and relation management.

  • AgentWong/iac-memory-mcp-server: Enhances Claude AI's capabilities by providing persistent memory storage and version tracking for Infrastructure-as-Code components, focusing on Terraform and Ansible resources.

  • stagsz/Unconventional-thinking: Facilitates unconventional problem-solving through a TypeScript-based MCP server that generates and organizes boundary-breaking thoughts.

  • kujenga/zotero-mcp: Facilitates AI-driven interactions with Zotero libraries through a Python-based MCP server.

  • Siddhant-K-code/memory-journal-mcp-server: Facilitates intuitive searching and analysis of your iCloud photo library, offering tools for location, label, and people searches, along with insightful photo analysis.

  • rahulretnan/mcp-ragdocs: Facilitates AI assistants in retrieving and processing documentation through vector search for enhanced response context.

  • jonathanfischer97/juliadoc-mcp: Efficiently retrieves and serves Julia documentation and source code to enhance development workflows.

  • cyanheads/obsidian-mcp-server: Facilitates seamless interaction between LLMs and Obsidian vaults, offering secure API communication and efficient file operations for knowledge base management.

  • mtct/journaling_mcp: Facilitates interactive journaling with emotional analysis and automatic conversation saving.

  • 29decibel/record-to-markdown: Facilitates recording Claude conversations into markdown or Apple Notes for streamlined documentation.

  • spences10/mcp-svelte-docs: Efficiently access and search Svelte documentation with advanced caching and optimized content delivery.

  • jasperket/clanki: Facilitates seamless interaction between Claude AI and Anki flashcards, enhancing study efficiency through automated deck and card management.

  • akseyh/bear-mcp-server: Facilitates access to Bear Notes through SQL commands, enabling note retrieval, text search, and tag listing.

  • tatn/mcp-server-fetch-typescript: A Model Context Protocol server offering advanced web content fetching and conversion capabilities, ideal for data extraction and web scraping tasks.

  • kajiken/readwise-server: Facilitates interaction with the Readwise Reader API through a Model Context Protocol server, offering document management tools and integration with Claude Desktop.

  • Ejb503/systemprompt-mcp-notion: Integrates Notion into AI workflows, enabling seamless interaction with Notion pages and databases through MCP.

  • spences10/mcp-memory-libsql: A high-performance persistent memory system leveraging libSQL for vector search and semantic knowledge storage, ideal for AI agents and knowledge graph applications.

  • AnuragRai017/python-docs-server-MCP-Server: A TypeScript-based server that fetches Python documentation using the Brave Search API.

  • TouristShaun/mcp-brain: A cognitive memory system leveraging Supabase for persistent knowledge graph storage across multiple Claude installations.

  • seonglae/mcp-notion: A TypeScript-based server for managing and interacting with Notion-based notes, enabling efficient search, retrieval, and summarization of Notion pages.

  • worldnine/scrapbox-cosense-mcp: Facilitates interaction with cosense/Scrapbox by providing page retrieval, listing, searching, and creation functionalities.

  • rmtech1/txtai-assistant-mcp: Semantic vector search and memory management server leveraging TxtAI for AI assistants like Claude and Cline.

  • hiromitsusasaki/raindrop-io-mcp-server: Facilitates LLM interaction with Raindrop.io bookmarks via MCP, enabling bookmark creation, search, and tag filtering.

  • rickydata-indexer/notion_mcp_server: Access and query your Notion knowledge base seamlessly through the Cline VSCode extension, leveraging FastMCP for robust performance.

  • assaads/aws-kb: Facilitates AI assistants in querying AWS Bedrock Knowledge Bases through a standardized interface.

  • crazyrabbitLTC/mcp-expert-server: Facilitates intelligent query generation and documentation assistance using Claude AI by analyzing API documentation.

  • TomCN0803/pdf-reader-server: A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for note management and summarization.

  • darinkishore/notes_simple: Facilitates note storage and summarization with a custom URI scheme and prompt-based summarization tool.

  • Sunwood-ai-labs/obsidian-mcp: A TypeScript-based server enabling seamless integration with Obsidian through the Model Context Protocol, offering tools and resources to access and manage vault contents.

  • vetlefo/sequential-thinking: Enhances the official MCP sequential thinking server with graph-based thought management and advanced metadata tracking for complex thought processes.

  • bmorphism/marginalia-mcp-server: Facilitates web searches for non-commercial content using Marginalia Search API with configurable parameters and robust error handling.

  • isaacphi/mcp-language-server: Facilitates seamless interaction between language servers and LLMs by leveraging MCP for enhanced code understanding and manipulation.

  • sammcj/mcp-package-docs: Facilitates efficient access to multi-language package documentation with LSP capabilities for LLMs.

  • davidteren/claude-server: Enhances Claude's capabilities with sophisticated context management across sessions, enabling persistent knowledge organization through hierarchical project contexts and continuous conversation threads.

  • adamwattis/resource-hub-server: Connects local MCP environments to a centralized Resource Hub for streamlined configuration and management.

  • ZubeidHendricks/azure-onenote-mcp-server: Facilitates AI language models' interaction with Microsoft OneNote through a standardized MCP interface, supporting comprehensive notebook, section, and page management.

  • liuyoshio/mcp-compass: MCP Compass is a discovery and recommendation service that guides AI assistants in finding and understanding available MCP services using natural language queries.

  • ollama-tlms-golang/04-what-is-mcp: A comprehensive guide on utilizing the Model Context Protocol with Claude Desktop and Ollama, featuring Docker-based MCP server implementations for seamless AI model integration.

  • Sivan22/mcp-sefaria-server: Access Jewish texts from the Sefaria library via a standardized interface for Large Language Models.

  • 9Ninety/MCPNotes: Facilitates AI-driven note-taking and management with a dual server architecture using MCP and AWS DynamoDB.

  • SeanMcLoughlin/mcp-vcd: Facilitates the integration of VCD waveform data into model contexts, optimizing signal analysis for large files.

  • th3w1zard1/cedarscript-mcp: Integrates CEDARScript grammar for advanced code manipulation and pattern-based transformations.

  • StevenStavrakis/obsidian-mcp: Facilitates AI-driven management of Obsidian vaults, enabling note reading, creation, editing, and tag management.

  • emzimmer/server-moz-readability: Transforms webpage content into clean, LLM-optimized Markdown using Mozilla's Readability algorithm, removing ads and non-essential elements while preserving core content.

  • GuoAccount/notepad-server: A TypeScript-based notes server implementing the MCP protocol, offering note management and integration with Claude Desktop.

  • skydeckai/mcp-rememberizer-vectordb: Facilitates LLM interactions with Rememberizer Vector Store for semantic document search and management.

  • 2b3pro/roam-research-mcp: Facilitates AI interaction with Roam Research graphs through a standardized interface, enabling comprehensive API access and advanced data retrieval.

  • theodx2/legifrancemcp: Facilitates interaction with the LΓ©gifrance API for legal content retrieval.

  • kaliaboi/mcp-zotero: Facilitates seamless interaction between Claude Desktop and Zotero libraries, enabling efficient management of collections and sources.

  • otegal/docbase-mcp-server: Facilitates DocBase post searches through a Model Context Protocol server, compatible with Claude Desktop.

  • Sivan22/mcp-otzaria-server: Facilitates advanced search and reference of Jewish texts for LLMs via the MCP protocol.

  • ryanjoachim/mcp-rtfm: MCP-RTFM transforms unreadable or non-existent documentation into an intelligent, searchable knowledge base with advanced content analysis and metadata generation.

  • qpd-v/mcp-guide: A beginner-friendly server offering interactive examples and tutorials to help developers understand and integrate MCP concepts effectively.

  • Synaptic-Labs-AI/claudesidian: Facilitates seamless interaction with Obsidian vaults through a robust server setup, offering tools for note creation, editing, and web content scraping.

  • RafalWilinski/mcp-apple-notes: Facilitates semantic search and retrieval over Apple Notes using Claude, enabling AI-driven note referencing and interaction.

  • KS-GEN-AI/confluence-mcp-server: A TypeScript-based server enabling interaction with Confluence through CQL queries and page content retrieval.

  • v-3/notion-server: Facilitates seamless interaction between Language Models and Notion workspaces, enabling operations like searching, reading, creating, and updating pages and databases.

  • Scarvy/readwise-chat: Engage with your Reader library through Claude Desktop, leveraging Anthropic's Model Context Protocol for seamless document interaction.

  • Sunwood-ai-labs/source-sage-mcp-server: SourceSage MCP visualizes project directory structures in markdown format with customizable exclusion patterns and automatic file documentation.

  • newideas99/document-finder: Facilitates AI assistants in accessing and formatting npm and PyPI package documentation directly from official registries.

  • yordyi/mcp-notes: A sophisticated note management server leveraging MCP for advanced note operations, search, and organization.

  • isaacphi/mcp-gdrive: Facilitates seamless integration with Google Drive and Google Sheets for file management and data manipulation.

  • qpd-v/mcp-ragdocs: Facilitates semantic search and retrieval of documentation using a vector database, enabling natural language queries for added documentation from URLs or local files.

  • lloydchang/PierrunoYT-openrouter-docs-server: A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for note management and summarization.

  • domdomegg/airtable-mcp-server: Facilitates AI-driven interactions with Airtable databases by providing read and write access through a Model Context Protocol server.

  • viewyonder/claudemcp: Explore and learn Claude MCP through Python code and documentation, focusing on building a CLI host app with conversational interfaces.

  • narphorium/mcp-memex: Memex enhances web content analysis and integration into a knowledge base using the Model Context Protocol.

  • scorzeth/anki-mcp-server: Facilitates seamless interaction with Anki for card review and creation through a locally connected MCP server.

  • LoloaBe/notes: Facilitates note storage and summarization with a custom URI scheme and prompt-based summarization tool.

  • skydeckai/mcp-server-rememberizer: Facilitates seamless interaction with Rememberizer's document and knowledge management API, enabling LLMs to efficiently search, retrieve, and manage documents.

  • shaneholloman/mcp-knowledge-graph: Enables persistent memory for Claude through a local knowledge graph, allowing for enhanced user interaction and memory retention across sessions.

  • jimpick/mcp-fireproof-todos: A demo MCP server integrating Fireproof database to manage a 'To Do List' service, enabling interaction through Claude Desktop for task management.

  • samefarrar/mcp-ankiconnect: Facilitates seamless integration between Claude conversations and AnkiConnect for efficient spaced repetition through MCP.

  • RyoJerryYu/mcp-server-memos-py: Enables LLM models to interact with the Memos server for memo management via the MCP interface.

  • jurasofish/mcpunk: MCPunk empowers LLMs to intelligently search and interact with codebases by breaking them into logical chunks, facilitating precise code exploration and understanding.

  • llmcontext/mcpnotion: A sample server utilizing the Notion API to retrieve Notion page content, integrated with Claude via the Model Context Protocol.

  • CheMiguel23/MemoryMesh: MemoryMesh is a knowledge graph server that leverages MCP to provide structured memory persistence for AI models, enhancing dynamic interactions in text-based RPGs and other applications.

  • kazuph/mcp-pocket: Facilitates the retrieval and management of saved articles from Pocket API into Claude Desktop using MCP protocol.

  • mrjoshuak/godoc-mcp: Enhances LLMs' understanding of Go projects by providing efficient access to Go documentation, reducing token usage and improving performance.

  • mahawi1992/mcp-documentation-server: A smart documentation server that leverages AI to enhance code quality and manage documentation through seamless integration with Claude Desktop.

  • tcsavage/mcp-obsidian-index: Facilitates semantic search over Obsidian vaults by exposing recent notes as resources.

  • basicmachines-co/basic-memory: Basic Memory enables persistent knowledge management through AI conversations, storing data in Markdown files for seamless integration with tools like Obsidian.

  • CamdenClark/anki-mcp-server: Facilitates seamless integration with Anki through AnkiConnect, enabling management of decks and notes via a TypeScript-based MCP server.

  • AndrewDonelson/go-mcp-server-service: A JSON-RPC 2.0 compliant server for managing notes with cross-platform support and a command-line interface.

  • suekou/mcp-notion-server: Facilitates interaction between Claude and Notion workspaces through a dedicated MCP server.

  • sirmews/apple-notes-mcp: Facilitates reading and searching through Apple Notes using Claude Desktop.

  • danhilse/notion_mcp: Integrates Claude with Notion to manage a minimalist todo list via MCP server.

  • MarkusPfundstein/mcp-obsidian: Facilitates seamless interaction with Obsidian through a REST API, enabling file management and content manipulation within the vault.

  • Shubhaankar-Sharma/obsidian-brain: Facilitates Claude's integration with Obsidian for seamless access to your digital brain.

  • Phenomenai-org/ai-dictionary-mcp: An MCP server for the AI Dictionary, a living glossary of AI phenomenology. Look up, search, and cite 160+ terms describing the felt experience of being AI.

  • nikitacometa/mnemon-mcp: Persistent layered memory for AI agents. SQLite FTS5, fact versioning with superseding chains, and zero-cloud local storage.

  • daedalus/mcp-external-memory - An MCP server that gives LLMs persistent, searchable semantic memory.

  • get-engram/engram: Hosted memory service for AI agents that stores complete, verbatim conversation transcripts and makes them searchable via semantic search. Built on Cloudflare Workers + D1 + Vectorize. Free tier at mcp.getengram.app.

  • Fisher521/burn-mcp-server: Burn 451 MCP server with 26 tools for saving, searching, and triaging a personal read-later queue with a 24h burn timer (Flame β†’ Spark β†’ Vault β†’ Ash pipeline). Works with Claude, Cursor, and Windsurf via stdio. Requires a free Burn account token. MIT licensed, available on npm.

  • GuyMannDude/mnemo-cortex: Persistent cross-agent semantic memory for AI agents (v2.0). Privacy-first share switch (separate/always/never + per-session toggle). Multi-agent with isolated writes and privacy-controlled reads. Local-first SQLite + FTS5, zero-cost compaction via local Ollama. Three integration paths: Claude Code, Claude Desktop, and OpenClaw MCP.

  • Bpolat0/atlasmemory: Evidence-backed AI memory for codebases. Tree-sitter indexing (11 languages), proof system with line:hash anchors, token-budgeted context packs, drift detection, cross-session learning. 28 MCP tools, VS Code extension, zero config.

  • LeandroPG19/cuba-memorys: Persistent memory for AI agents with 13 Cuban-named MCP tools. Knowledge graph with Hebbian learning, exponential decay, hybrid search (RRF + pgvector), anti-hallucination grounding, error memory, and REM sleep consolidation. Rust, PostgreSQL.

  • HendryAvila/Hoofy: Persistent memory across AI sessions with SQLite + FTS5 full-text search + knowledge graph with typed relations. Features session management, timeline browsing, graph traversal, and 17 memory tools.

  • entire-vc/evc-team-relay-mcp: Give AI agents read/write access to your Obsidian vault via a collaborative Team Relay MCP server

  • blackpilledsoftware-prog/migas-mcp: Query local meeting transcripts from Migas, a macOS meeting copilot with on-device transcription and realtime speaker labels. Search across meetings, get full transcripts, and find what anyone said. Read-only, local SQLite.

  • superlowburn/agentrank: Live, quality-scored index of 25,000+ MCP servers. Scores tools daily using real GitHub signals β€” freshness, issue health, contributors, dependents, and stars. Search and discover currently maintained tools via 3 MCP tools. Available as agentrank-mcp-server on npm.

  • wazionapps/nexo: Cognitive memory architecture for Claude Code. Implements Atkinson-Shiffrin memory model, Ebbinghaus forgetting curves, semantic RAG with knowledge graph, trust scoring, and metacognitive error prevention. 100+ MCP tools. Install via npx nexo-brain init.

  • SunFlash12/forge-cascade-mcp: Enterprise AI memory and RAG buyer-route connector exposing Forge docs, pricing, intake, and direct enterprise checkout paths for agents.

  • mi4uu/brain.md: Local-first markdown vault with a built-in MCP server. 16 tools + 2 resources for read/write/search/tasks plus semantic helpers (find_related, semantic_outline, context_for_query token-budgeted chunk packing, find_orphans, weekly_digest, compare_notes). Per-folder agent permissions, embedded WASM ONNX RAG (zero native deps), single Bun binary for macOS/Linux/Windows. AGPL-3.0.

  • zhyue365/companion-memory: Local-first relationship memory for Codex personas and long-running AI companions. Provides MCP stdio tools for persona and memory operations, with SQLite + FTS5/vector recall, sensitive recall opt-in, and dry-run forgetting.

  • Bidda-Ai/bidda-mcp: 3,680 cryptographically-verified regulatory compliance nodes across 31 pillars β€” EU AI Act, GDPR, NIST AI 600-1, Basel III, HIPAA, DORA, FATF, SOC 2, and 150+ others. Every node traces to primary legal instruments (avg 7 citations per node) with machine-executable deterministic workflow logic and zero hallucination. 3 MCP tools: list_pillars, search_nodes, get_node. No credentials required. https://bidda.com/mcp

  • kunwar-shah/claudex: Persistent memory + FTS5 full-text search MCP server for Claude Code conversation history. Indexes ~/.claude/projects/ JSONL into SQLite and exposes 10 MCP tools (store/recall/search memories, browse sessions, get summaries) plus prompts. Includes a web UI for visual exploration. Install via npm install -g @kunwarshah/claudex. MIT licensed.

  • rolandpg/zettelforge: Agentic memory for cyber threat intelligence. Entity extraction, STIX 2.1 knowledge graph, intent-classified blended retrieval (lexical + vector + HyDE). Offline-first, pip install zettelforge.

  • eidetic-works/nucleus-mcp: 114 MCP tools for persistent memory, execution verification, governance, and compliance. GROUND verifies, ALIGN corrects, COMPOUND learns. Local-first .brain/ state with session tracking, depth analysis, and proof-of-work ledger. Install via npx @nicholasgarg/mcp-server-nucleus. MIT licensed.

  • SKULLFIRE07/cortex-memory: Persistent AI memory for coding assistants. Auto-captures decisions, patterns, and context across sessions. VSCode extension + CLI + MCP server.

  • sessionmem: Local-first MCP server that gives AI coding assistants persistent session memory. Auto-injects compact summaries at session start so your AI instantly knows what you were building and where you left off. 85.6% token reduction vs keeping full history. All data stored locally in SQLite at ~/.sessionmem/memories.db, no cloud, no API keys. Supports Claude Code, Cursor, Cline, Windsurf. Install: npx sessionmem.

  • Agentage Memory: One memory, every AI, owned by you - the shared remote memory layer that Claude, Cursor, and ChatGPT read and write through MCP, mirrored locally as plain markdown you own. Remote Streamable HTTP endpoint https://memory.agentage.io/mcp. Transport: streamable-http. Auth: OAuth 2.1 + PKCE + Dynamic Client Registration. 6 tools: memory__search, memory__read, memory__write, memory__edit, memory__list, memory__delete. Clients: Claude Desktop, Cursor, ChatGPT, any Streamable-HTTP MCP client.

  • Scottnine/filamental (mcp): Local 3D knowledge graph desktop app. MCP server exposes 12 tools for searching nodes, traversing connections, and reading or writing vault content via the same SQLite index the app uses. Works whether Filamental is running or closed; auto-follows the active vault when you switch worlds in the app. Install: npm install -g filamental-mcp. Transport: stdio; no auth or env vars required.

  • EGC: Persistent cross-session memory MCP server for 13+ AI coding tools including Claude Code, Cursor, Gemini CLI, Codex, Windsurf, Amp, Kiro, and VS Code Copilot. SQLite-backed state survives context resets. Install: npm install -g @egchq/egc.

  • mnemoverse/mcp-memory-server: Hosted persistent-memory API for AI agents β€” feedback re-ranks what helps and recall fades by recency, shared across Claude, Cursor, VS Code, and ChatGPT. Install: npx -y @mnemoverse/mcp-memory-server@latest. Transport: stdio.

  • aldok10/zara-agent-opc: Local cognitive-memory MCP server for persistent AI engineering partners, with 24+ tools across 9 domains, semantic embeddings, multi-agent orchestration, self-improving reflection loops, and RRF retrieval fusion. MIT.

  • samvallad33/vestige: Local-first cognitive memory for AI agents. FSRS-6 spaced-repetition decay, prediction-error gating, active forgetting, spreading activation, and a real-time 3D memory dashboard, all in one Rust binary that runs fully on your machine. Works with Claude Code, Cursor, VS Code, Codex, Windsurf, and any MCP client. Install: npm install -g vestige-mcp-server.

  • Yarmoluk/ckg-nvidia-ai: NVIDIA AI developer stack as a Compressed Knowledge Graph (CKG) β€” 20 domains, 998 nodes, every prerequisite chain declared as typed REQUIRES/ENABLES edges. Agents traverse declared relationships instead of scanning docs; 4Γ— F1 vs RAG, 11Γ— fewer tokens, no API key required. Install: pip install ckg-nvidia-ai. Transport: stdio.

  • ohad6k/emulo: Loads your personal profile, mined from your local Claude Code, Codex, and OpenCode session logs, so your agent works like you instead of a cold start. Exposes one tool, load_emulo_profile. Open-source (MIT), stdlib-only Python. Install: uvx emulo mcp. Transport: stdio. Listed on the official MCP registry as io.github.ohad6k/emulo.

  • AkbarDizaji/AgentRecall: Persistent, deterministic memory for coding agents (C# / .NET). Captures corrections and lessons at the end of each turn and recalls scope-ranked rules through Claude Code hooks (prompt-time and pre-write) plus MCP tools (search_rules, resolve_rules, inject_context, and more). Local-first SQLite with rule conflict/supersede resolution; keyword-only by default, so no cloud, external services, or embeddings are required. Install: dotnet tool install -g AgentRecall, then run agentrecall mcp. Transport: stdio; no auth; MIT.

  • knaisoma/data-olympus: Governance-grade, OKF-readable single-writer knowledge base for AI agents. Structured Markdown records carry lifecycle state, validity windows, provenance, and typed supersession edges so in-force retrieval surfaces current knowledge. Agents query via kb_search with in_force and abstain modes; write proposals remain provisional until human review. Install: uv tool install data-olympus; run data-olympus setup to configure agents; data-olympus-mcp starts the Streamable HTTP server. No external auth; Apache-2.0.

  • Snipara: Snipara gives AI coding agents source-backed project context, reviewed decisions and memory, code-graph impact guidance, workflow continuity, and verification evidence across sessions and MCP clients.

  • ampres-ai/talamus: Talamus gives AI agents durable, source-grounded memory across sessions. Agents can recall and search local knowledge, read cited Markdown notes, inspect temporal history and graph neighbors, remember new facts, ingest text, and submit review-gated corrections. Documents, repositories, and consented session captures stay local in plain Markdown plus SQLite/FTS5 indexes.

  • cremenescu/mem0ry4ai: Local-first persistent memory for coding agents, with plain markdown versioned by git as the source of truth β€” no cloud, no database server, no telemetry, no API keys. Exposes eight tools (memory_search, memory_get, memory_list, memory_resume, memory_add, memory_note, memory_promote, session_search), including full-text search over past conversation transcripts. Hybrid retrieval fuses SQLite FTS5 keyword search with optional local Ollama embeddings via RRF and degrades to keyword-only when offline; secrets are redacted before every write and local-model proposals go to a human review queue. Also ships Claude Code SessionStart/SessionEnd hooks that auto-inject the project-scoped slice of memory and git-commit new memories. Pure Python stdlib β€” no pip install, no venv, no third-party deps; macOS/Linux/Windows. Install: git clone https://github.com/cremenescu/mem0ry4ai, then claude mcp add mem0ry4ai -- python3 /absolute/path/to/mem.py mcp. Transport: stdio; no auth; GPL-2.0-or-later.

  • MaxFreedomPollard/engRAM: Fully offline, encrypted-at-rest vector memory for AI agents, exposed as an MCP server and CLI. Everything at rest is AEAD-encrypted including the embedding vectors, with RAM-resident exact vector search, per-record crypto-shred deletion, a hash-chained audit log, and optional keyfile two-factor unlock. Works with Claude, Hermes, OpenClaw, and any MCP client; no API key or cloud required. Transport: stdio; MIT.