We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpauth/mcpauth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•772 B
---
name: Pull Request
about: Propose a change to mcpauth
---
### What is the type of this PR?
- [ ] Bugfix
- [ ] Feature
- [ ] Refactoring
- [ ] Documentation
- [ ] Other
### Which area of the project does this PR affect?
- [ ] `adapters` (web frameworks)
- [ ] `stores` (persistence)
- [ ] `docs` (website docs)
- [ ] `examples` (new projects in `/apps`)
- [ ] Other
### Description of the change
<!-- Please provide a clear and concise description of what this PR does. -->
### Is this a breaking change?
- [ ] Yes
- [ ] No
### Checklist
<!-- Do you need to make corresponding changes to the documentation ? -->
<!-- Do you need to add a new example ? -->
### Related Issue
<!-- If your PR fixes an open issue, please link to the issue here. -->
Closes #