ChatDB
@Svtter
关于 ChatDB
A small mcp service to record things in sqlite. A simple GPT memory layer. ;)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chatdb": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ChatDB?
ChatDB is an MCP server that records all your conversations with Cursor. It serves as an easier memory layer for GPT.
How to use ChatDB?
Install using uv sync. Then configure the MCP server by adding the JSON snippet from the README to your MCP configuration, setting the DB_PATH environment variable to your desired database path.
Key features of ChatDB
- Records all Cursor conversations
- Acts as an easier memory layer for GPT
- Uses
uvfor Python project management - Configurable database path via environment variable
- Simple MCP integration
Use cases of ChatDB
—
FAQ from ChatDB
—
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论