We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/savethepolarbears/jules-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
PULL_REQUEST_TEMPLATE.md•963 B
## Description
<!-- Clear description of what this PR does -->
## Motivation
<!-- Why is this change needed? -->
## Changes
<!-- List of changes made -->
-
-
## Testing
<!-- How did you test this? -->
- [ ] Code compiles without errors (`npm run build`)
- [ ] Type checking passes (`npm run typecheck`)
- [ ] Tested manually with Claude Desktop or other MCP client
- [ ] Documentation updated (if applicable)
- [ ] No API keys or secrets committed
## Type of Change
<!-- Mark with an X -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
## Documentation
- [ ] README.md updated
- [ ] API_REFERENCE.md updated (if new tool/resource)
- [ ] CHANGELOG.md updated
- [ ] Code comments added
## Additional Notes
<!-- Anything else reviewers should know -->