Skip to main content
Glama

DevDb MCP Server

index.js889 B
export default { root: ({ props }) => ({ class: [ 'inline-flex items-center justify-center align-top gap-2', 'py-2 px-3 m-0 rounded-md', 'ring-1 ring-inset ring-surface-200 dark:ring-surface-700 ring-offset-0', { 'text-blue-500 dark:text-blue-300': props.severity == 'info', 'text-green-500 dark:text-green-300': props.severity == 'success', 'text-orange-500 dark:text-orange-300': props.severity == 'warn', 'text-red-500 dark:text-red-300': props.severity == 'error' } ] }), icon: { class: [ // Sizing and Spacing 'w-4 h-4', 'shrink-0' ] }, text: { class: [ // Font and Text 'text-sm leading-none', 'font-medium' ] } };

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