We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
plugin.mdโข618 B
# ๐งฑ New Plugin
## ๐ Closes
_Link to the epic or parent issue:_
Closes #
## ๐ Summary
_Describe the new plugin_
## ๐งช Checks
- [ ] Plugin was [bootstrapped with the CLI](https://ibm.github.io/mcp-context-forge/using/plugins/lifecycle/) (native or external template)
- [ ] Unit tests created for the new plugin
- [ ] `make lint plugins` passes
- [ ] `make test` passes
- [ ] CHANGELOG updated (if user-facing)
- [ ] README documentation was created for the plugin
- [ ] New plugin added to the [documentation](https://ibm.github.io/mcp-context-forge/using/plugins/plugins/) linking to the README above