We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoMfUcIoS/obsidian-mcp-sb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"template": "## What's Changed\n\n${{CHANGELOG}}\n\n**Full Changelog**: ${{RELEASE_DIFF}}",
"pr_template": "* ${{TITLE}} (#${{NUMBER}}) @${{AUTHOR}}",
"empty_template": "* Initial release",
"categories": [
{
"title": "## π Features",
"labels": ["feature", "enhancement"]
},
{
"title": "## π Bug Fixes",
"labels": ["bug", "fix"]
},
{
"title": "## π Documentation",
"labels": ["documentation", "docs"]
},
{
"title": "## π§ Maintenance",
"labels": ["chore", "dependencies", "ci"]
}
],
"ignore_labels": ["ignore-for-release"],
"sort": "ASC",
"max_tags_to_fetch": 200,
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}