We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DiffMeyend/agent-orchestration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
## Summary
<!-- Brief description of what this PR does -->
## Spec Reference
<!-- Link to the Mind_Matter specification section this PR implements -->
<!-- Example: https://github.com/jaredlandt/Mind_Matter/blob/main/docs/slate_architecture.md#basis-engine -->
**Spec Section**:
## Changes
-
## Testing
- [ ] Unit tests pass (`nx test <project>`)
- [ ] Schema validation passes
- [ ] Manual verification completed
## Checklist
- [ ] Code follows existing patterns in the codebase
- [ ] No breaking changes to existing APIs
- [ ] Implementation matches spec (or ADR created for deviations)