ChatDB
About
A small mcp service to record things in sqlite. A simple GPT memory layer. ;)
Details
- Author
- Svtter
- GitHub stars
- 1
- Downloads
- 317
- Categories
- Other, AI
Jump to
- Records all Cursor conversations
- Acts as an easier memory layer for GPT
- Uses uv for Python project management
- Configurable database path via environment variable
- Simple MCP integration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ChatDBCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"chatdb": {
"chatdb": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"chatdb": {
"command": "uv",
"args": [
"sync"
]
}
}
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




