Skip to main content
Glama

DevDb MCP Server

empty-state.cy.js303 B
import Initializer from '../Initializer.vue' describe('Initializer', () => { it('playground', () => { cy.mount(Initializer, { props: { msg: 'Hey!' } }) }) it('renders properly', () => { cy.mount(Initializer, { props: { msg: 'Hey!' } }) cy.get('h1').should('contain', 'Hey!') }) })

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