Skip to main content
Glama

DevDb MCP Server

index.js906 B
export default { root: ({ props }) => ({ class: [ // Misc { 'opacity-60 select-none pointer-events-none cursor-default': props.disabled } ] }), range: { class: [ // Stroke 'stroke-current', // Color 'stroke-surface-200 dark:stroke-surface-700', // Fill 'fill-none', // Transition 'transition duration-100 ease-in' ] }, value: { class: [ // Animation 'animate-dash-frame', // Color 'stroke-primary-500 dark:stroke-primary-400', // Fill 'fill-none' ] }, label: { class: [ // Text Style 'text-center text-xl', // Color 'fill-surface-600 dark:fill-surface-200' ] } };

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