chatdb
3.5
ChatDB is an MCP server designed to record all conversations with Cursor, providing an easier memory layer for GPT.
Top Comments
ChatDB
This is an MCP server that records all your conversations with Cursor.
A easier memory layer for gpt.
Install
We use uv to manage the python project.
uv sync
Usage
Config this to MCP server.
{
"mcpServers": {
"chatdb": {
"commands": "",
"env": {
"DB_PATH": "<your-database-path>"
}
}
}
}
Related Work
- huchenxucs/ChatDB 大模型自己建库建表
LICENSE
AGPL
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
4.8
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.