Skip to main content
Glama

Cursor DB MCP Server

by TaylorChen
workspace-tools.ts781 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export const workspaceTools: Tool[] = [ { name: 'list_workspaces', description: 'List all Cursor workspaces with their metadata', inputSchema: { type: 'object', properties: { recent_days: { type: 'number', description: 'Only show workspaces modified in the last N days (optional)' } } } }, { name: 'get_workspace_conversations', description: 'Get all conversations from a specific workspace', inputSchema: { type: 'object', properties: { workspace_hash: { type: 'string', description: 'The MD5 hash of the workspace folder' } }, required: ['workspace_hash'] } } ];

Latest Blog Posts

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/TaylorChen/cursor-db-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server