We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bio-mcp/bio-mcp-bwa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Pull Request
## π Description
Brief description of the changes made.
## π§ Type of Change
- [ ] π 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
- [ ] 𧬠New MCP server
- [ ] π§ Maintenance (refactoring, dependencies, etc.)
## π§ͺ Affected Repositories
- [ ] bio-mcp-blast
- [ ] bio-mcp-samtools
- [ ] bio-mcp-bwa
- [ ] bio-mcp-seqkit
- [ ] bio-mcp-queue
- [ ] bio-mcp-template
- [ ] Documentation
- [ ] Organization files
## 𧬠Testing
- [ ] Tests pass locally with `pytest`
- [ ] Added tests for new functionality
- [ ] Tested with real bioinformatics data
- [ ] Tested in Docker environment
- [ ] Tested queue integration (if applicable)
- [ ] Manual testing completed
## β
Checklist
- [ ] Code follows the project's style guidelines
- [ ] Self-review of code completed
- [ ] Documentation updated (if needed)
- [ ] Added appropriate error handling
- [ ] File size limits considered
- [ ] Security implications reviewed
- [ ] No sensitive data in logs
- [ ] Temporary files properly cleaned up
## π¬ Bioinformatics Context
- [ ] Tool parameters match biological conventions
- [ ] File format handling is correct
- [ ] Error messages are scientifically meaningful
- [ ] Edge cases in biological data considered
## π Performance Impact
- [ ] Memory usage considered for large files
- [ ] Timeout settings appropriate for data size
- [ ] No performance regression introduced
- [ ] Scalability implications reviewed
## π Additional Notes
Any additional information that reviewers should know about this PR.
## π Related Issues
Closes #(issue_number)
Related to #(issue_number)