We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weibaohui/kom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: 'v$NEXT_PATCH_VERSION ๐'
tag-template: 'v$NEXT_PATCH_VERSION'
version-template: $MAJOR.$MINOR.$PATCH
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: '๐ Features'
labels:
- 'feature'
- 'enhancement'
- 'kind/feature'
- title: '๐ Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'regression'
- 'kind/bug'
- title: ๐ Documentation updates
labels:
- documentation
- 'kind/doc'
- title: ๐ป Maintenance
labels:
- chore
- dependencies
- 'kind/chore'
- 'kind/dep'
- title: ๐ฆ Tests
labels:
- test
- tests
exclude-labels:
- reverted
- no-changelog
- skip-changelog
- invalid
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
template: |
## Whatโs Changed
$CHANGES