Token导航 LogoToken导航TokenDH.com
mnemosynth (Vasudev Jaiswal) logo
运维云端stdio官方级别未说明来源级核验

mnemosynth (Vasudev Jaiswal)

MCP Server

MNEMOSYNTH是一个通用的AI记忆插件,为任何AI系统提供持久、验证且抗幻觉的记忆功能。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
AI记忆本地运行TypeScriptClaudeClaudeCursorWindsurfVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

VasudevJaiswal

提供方

VasudevJaiswal

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install mnemosynth # One command — everything works

详细介绍

🧠 MNEMOSYNTH

Universal AI Memory Plugin

Persistent, verified, hallucination-resistant memory for ANY AI system.

______________________________________________________________________

什么是MNEMOSYNTH?

LLMs每次会议后都会忘记一切。 MNEMOSYNTH为AI提供了第二个大脑 --它以神经科学启发的认知记忆模式存储、验证和检索知识。

pip install mnemosynth     # One command — everything works
mnemosynth serve           # Start MCP server for Claude/Cursor/Windsurf
零配置。没有Docker。没有外部数据库。没有API密钥。 一切都在当地运行 ~/.mnemosynth/.

______________________________________________________________________

🏗️ 项目结构

mnemosynth/
├── mnemosynth-core/        🐍 Python package (PyPI)
├── mnemosynth-extension/   🧩 VS Code extension (Marketplace)
└── mnemosynth-web/         🌐 Landing page & docs (React/Vite)
项目堆栈在线
mnemosynth核Python·LanceDB·NetworkX·MCPPyPI
mnemosynth扩展TypeScript·VS代码API·Webview市场
记忆网React·Vite·Framer Motion·TypeScript部署到Netlify/Vercel

______________________________________________________________________

✨ 核心功能

三层认知记忆

Tier大脑模拟它存储了什么
情节性的 🔵海马体事件、对话、带时间戳的历史
语义 🟢Neocortex已验证的事实、实体关系
程序性 🟠小脑工具、模式、工作流程

防幻觉引擎

特性描述
🧊 艾宾浩斯腐朽随着时间的推移,陈旧的记忆会失去信心
⚔️ 矛盾检测DeBERTa NLI指出相互矛盾的事实
💜 情绪评分情绪记忆在检索中排名较高
🛡️ 免疫系统阻止及时注射、速率限制、隔离
📊 佐证反复观察增强信心
💤 梦想巩固HDBSCAN集群→ 促进核实事实

代理框架适配器

from mnemosynth.adapters.crewai import get_crewai_tools       # CrewAI
from mnemosynth.adapters.langchain import MnemosynthMemory     # LangChain
from mnemosynth.adapters.autogen import get_autogen_tools      # AutoGen
from mnemosynth.adapters.memory_bus import MemoryBus           # Cross-Agent Bus

因果记忆链

from mnemosynth.engine.causal import CausalChainEngine
engine = CausalChainEngine(brain)
engine.record_chain(
    decision="Use SQLite", reasons=["Zero-config"], outcome="Users can pip install"
)

代理对代理(A2A)协议

from mnemosynth.a2a import A2AProtocol
proto = A2AProtocol(brain)
proto.share_memory("User prefers Python", source_agent="researcher", visibility="shared")

OpenTetry跟踪

from mnemosynth.telemetry import instrument_brain
instrument_brain(brain)  # All operations now emit traces + metrics

生产数据库后端

from mnemosynth.stores.qdrant_store import QdrantEpisodicStore     # Qdrant
from mnemosynth.stores.falkordb_store import FalkorDBSemanticStore  # FalkorDB
from mnemosynth.stores.postgres_store import PostgresStore          # PostgreSQL
---

## 🚀 Upcoming Features

- **Native IDE Integrations** - Deep integration with popular IDEs beyond VS Code
- **Chronological Timeline & Conflict Resolution** - Enhanced timeline view with advanced conflict detection and resolution
- **Privacy First** - End-to-end encryption and privacy-focused architecture

---

## 🚀 Quick Start

### Python API

from mnemosynth import Mnemosynth brain = Mnemosynth() brain.remember("User prefers Python and dark mode") results = brain.recall("What does the user prefer?") brain.dream()


### MCP服务器

{ "mcpServers": { "mnemosynth": { "command": "mnemosynth", "args": ["serve"] } } }


### VS代码扩展

code --install-extension Vasudev-Jaiswal.mnemosynth


______________________________________________________________________

## 🛠️ 命令行界面

mnemosynth serve # Start MCP server mnemosynth stats # Memory dashboard mnemosynth search "query" # Semantic search mnemosynth inspect # Browse memory tree mnemosynth dream # Run consolidation mnemosynth export -o out.json # Export to JSON


______________________________________________________________________

## 📁 发展

Core

cd mnemosynth-core && pip install -e ".[dev]" && pytest

Extension

cd mnemosynth-extension && npm install && npm run compile

Web

cd mnemosynth-web && npm install && npm run dev


______________________________________________________________________

## 🔗 链接

|资源|URL|
|----------|-----|
| **PyPI包** | [pypi.org/project/mnemosynth](https://pypi.org/project/mnemosynth/) |
| **VS代码扩展** | [VS代码市场](https://marketplace.visualstudio.com/items?itemName=Vasudev-Jaiswal.mnemosynth) |
| **GitHub 仓库** |  |
| **Web文档** | [记忆合成技术](https://mnemosynth.tech) |

______________________________________________________________________

## 📄 许可证

______________________________________________________________________

  🧠 MNEMOSYNTH — Because AI shouldn't have amnesia.

  pip install mnemosynth · one command · AI remembers everything

目录标签

目录标签

AI记忆本地运行TypeScriptClaude本地部署认知记忆抗幻觉神经科学

支持客户端

ClaudeCursorWindsurfVS Code

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP