cursor-db-mcp
The Cursor DB MCP Server is a Model Context Protocol server that facilitates interaction with SQLite databases in the Cursor IDE. It allows AI assistants to access project data, chats, and other information stored in Cursor. The server is primarily intended for developers utilizing Cursor to enhance database management and AI interactions.
What is the primary function of the Cursor DB MCP Server?
The primary function is to provide access to Cursor IDE's SQLite databases, allowing AI assistants to interact with project data, chat history, and composer information.
How do I install the Cursor DB MCP Server?
You can install it using the provided installation script by running python install.py
, which installs the basic MCP server and its dependencies.
Can I use the Cursor DB MCP Server on platforms other than Cursor IDE?
Yes, it is also compatible with Claude Desktop, allowing for integration with different development environments.
What kind of data can I access using the Cursor DB MCP Server?
You can access project data, chat history, and composer information stored in Cursor's SQLite databases.
Are there any specific system requirements for using the Cursor DB MCP Server?
The server was written on a Mac, and while it should work on other operating systems, your experience may vary.