Skip to main content
Glama

Cursor DB MCP Server

by TaylorChen
diagnostics.ts439 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; export const diagnosticsTools: Tool[] = [ { name: 'diagnose_storage', description: 'Diagnose storage keys in each workspace to help locate chat data', inputSchema: { type: 'object', properties: { limit: { type: 'number', description: 'Max keys to return per workspace', default: 30 } } } } ];

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