Skip to main content
Glama

DevDb MCP Server

index.js913 B
export default { root: ({ context, props }) => ({ class: [ // Position 'absolute', // Spacing { 'px-1.5': context?.right || context?.left || (!context?.right && !context?.left && !context?.top && !context?.bottom), 'py-1.5': context?.top || context?.bottom } ] }), arrow: { class: 'hidden' }, text: { class: [ // Size 'text-xs leading-none', // Spacing 'p-2', // Shape 'rounded-md', // Color 'text-surface-900 dark:text-surface-0/80', 'bg-surface-0 dark:bg-surface-900', 'ring-1 ring-inset ring-surface-200 dark:ring-surface-800 ring-offset-0', // Misc 'whitespace-pre-line', 'break-words' ] } };

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/damms005/devdb-vscode'

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