We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisleekr/mcp-server-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: 1
appendOnly: true
labels:
- label: 'type: feature β¨'
title: '^feat(\(.+\))?:.*'
- label: 'type: fix π'
title: '^fix(\(.+\))?:.*'
- label: 'type: docs π'
title: '^docs(\(.+\))?:.*'
- label: 'type: style π¨'
title: '^style(\(.+\))?:.*'
- label: 'type: refactor π§'
title: '^refactor(\(.+\))?:.*'
- label: 'type: test π§ͺ'
title: '^test(\(.+\))?:.*'
- label: 'type: chore π§Ή'
title: '^chore(\(.+\))?:.*'
- label: 'type: perf β‘'
title: '^perf(\(.+\))?:.*'
- label: 'type: build π¨'
title: '^build(\(.+\))?:.*'
- label: 'type: ci βοΈ'
title: '^ci(\(.+\))?:.*'
- label: 'type: revert β©οΈ'
title: '^revert(\(.+\))?:.*'
- label: 'type: localize π'
title: '^localize(\(.+\))?:.*'
- label: 'type: bump π¦'
title: '^bump(\(.+\))?:.*'