Cursor DB MCP Server
커서 DB MCP 서버
Cursor IDE의 SQLite 데이터베이스에 접근하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 어시스턴트는 Cursor의 프로젝트 데이터, 채팅 기록 및 작성자 정보를 탐색하고 상호작용할 수 있습니다.
커서
필수 조건
커서 IDE
Related MCP server: ExecuteAutomation Database Server
설치
간편한 설치
제공된 설치 스크립트를 사용하여 모든 종속성을 설치하세요.
지엑스피1
이 스크립트는 다음을 설치합니다.
기본 MCP 서버 및 종속성
커서 IDE와 함께 사용
커서를 열고 설정->커서 설정->MCP로 이동합니다.
클릭: 새 MCP 서버 추가
이름: 커서 DB MCP; 유형: 명령
명령어: <정규화된 경로>uv run --with mcp[cli] mcp run <정규화된 경로>/cursor-db-mcp-server.py

이제 데이터베이스에 대한 질문을 하거나 과거 채팅에 대한 정보를 검색할 수 있습니다.


Claude Desktop과 함께 사용
이것을 claude_desktop_config.json 파일에 추가하세요.
"cursor-db-mcp": {
"command": "<fully qualified path to >/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"<fully qualified path to >/cursor-db-mcp-server.py"
]
}
사용 가능한 리소스
cursor://projects- 사용 가능한 모든 커서 프로젝트 나열cursor://projects/detailed- 자세한 정보가 포함된 프로젝트 목록cursor://projects/{project_name}/chat- 특정 프로젝트에 대한 채팅 데이터를 가져옵니다.cursor://projects/{project_name}/composers- 특정 프로젝트에 대한 작곡가 ID를 가져옵니다.cursor://composers/{composer_id}- 특정 작곡가에 대한 데이터를 가져옵니다.
사용 가능한 도구
query_table- 프로젝트 데이터베이스의 특정 테이블 쿼리refresh_databases- 데이터베이스 경로 목록을 새로 고칩니다.
작동 원리
서버는 Cursor 설치 디렉터리를 스캔하여 프로젝트 데이터베이스(state.vscdb 파일)를 찾습니다. 그런 다음 MCP 리소스와 도구를 통해 이러한 데이터베이스를 공개하여 AI 비서가 데이터를 쿼리하고 분석할 수 있도록 합니다.
노트
커서는 AI 대화를 여러 곳에 저장합니다. 점점 더 많은 채팅이 globalStorage/state.vscdb 아래의 "composerData"로 저장됩니다. 최근 프로젝트에 대한 채팅에 대해 문의해도 결과가 나오지 않으면 composers를 입력해 보세요.
이 글은 Mac에서 작성되었습니다. 다른 OS에서는 다를 수 있습니다.
뻔뻔한 플러그
이런 게 마음에 드시나요? Cursor Journal을 사용해 Cursor 채팅 기록에서 바로 DevLog를 만들어 보세요!
특허
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server implementation that enables AI assistants to execute SQL queries and interact with SQLite databases through a structured interface.7MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables LLMs like Claude to interact with SQLite and SQL Server databases, allowing for schema inspection and SQL query execution.806380MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides AI assistants with comprehensive access to SQL databases, enabling schema inspection, query execution, and database operations with enterprise-grade security.357MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that provides read-only access to Datasette instances, enabling AI assistants to explore, query, and analyze data from Datasette databases through a standardized interface.52-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbdamask/cursor-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server