We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/detailobsessed/unblu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README_TEMPLATE.md•1.63 KiB
# unblu-mcp — Template Documentation
This file is managed by [copier-uv-bleeding](https://github.com/detailobsessed/copier-uv-bleeding)
and kept up to date on every `copier update`. Your project README lives in `README.md`.
## Badges
Copy these into your `README.md` to show project status:
```markdown
[](https://github.com/ichoosetoaccept/unblu-mcp/actions?query=workflow%3Aci)
[](https://github.com/ichoosetoaccept/unblu-mcp/actions?query=workflow%3Arelease)
[](https://ichoosetoaccept.github.io/unblu-mcp/)
[](https://www.python.org/downloads/)
[](https://codecov.io/gh/ichoosetoaccept/unblu-mcp)
```
## Installation
```bash
pip install unblu-mcp
```
With [`uv`](https://docs.astral.sh/uv/):
```bash
uv tool install unblu-mcp
```
## Template Updates
This project was generated with [copier-uv-bleeding](https://github.com/detailobsessed/copier-uv-bleeding).
To pull the latest template changes (smart 3-way merge that respects your project changes):
```bash
poe update-template
```
This runs `copier update --trust . --skip-answered --defaults` followed by `uv sync --upgrade` and `prek autoupdate` to keep dependencies and hooks current.
To re-apply the template from scratch (ignores your project diff):
```bash
copier recopy --trust --overwrite .
```