We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.md•599 B
## What
<!-- Brief description of what this PR does. -->
## Why
<!-- Why is this change needed? Link the relevant issue. -->
Closes #
## How
<!-- How does the implementation work? Highlight key decisions. -->
## Checklist
- [ ] This PR contains a single logical change
- [ ] No unrelated features, refactors, or cleanups are included
- [ ] No breaking changes to defaults or existing behavior (or discussed and approved in issue #\_\_\_)
- [ ] No version bumps included
- [ ] Tests added or updated for the changes
- [ ] `pnpm build` passes
- [ ] `pnpm lint` passes
- [ ] `pnpm test` passes