We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpmux/mcp-mux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•377 B
## What does this PR do?
<!-- Brief description of the change -->
## How was it tested?
<!-- Describe how you tested this change -->
- [ ] `pnpm test` passes
- [ ] `pnpm lint` passes
- [ ] `pnpm typecheck` passes
## Checklist
- [ ] My code follows the project's code style
- [ ] I have signed off my commits (`git commit -s`)
- [ ] I have updated documentation if needed