We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itcaat/teamcity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Status Badges
Add these badges to your README.md to show build status and other metrics:
## CI Status
```markdown
[](https://github.com/itcaat/teamcity-mcp/actions/workflows/ci.yml)
```
## Release Status
```markdown
[](https://github.com/itcaat/teamcity-mcp/actions/workflows/build-and-publish.yml)
```
## Docker Image
```markdown
[](https://hub.docker.com/r/itcaat/teamcity-mcp)
[](https://hub.docker.com/r/itcaat/teamcity-mcp)
```
## Code Coverage
```markdown
[](https://codecov.io/gh/itcaat/teamcity-mcp)
```
## Go Report Card
```markdown
[](https://goreportcard.com/report/github.com/itcaat/teamcity-mcp)
```
## License
```markdown
[](https://opensource.org/licenses/MIT)
```
## Go Version
```markdown
[](https://golang.org/)
```
## Latest Release
```markdown
[](https://github.com/itcaat/teamcity-mcp/releases)
```
## Complete Badge Section
Here's a complete section you can add to your README.md:
```markdown
[](https://github.com/itcaat/teamcity-mcp/actions/workflows/ci.yml)
[](https://github.com/itcaat/teamcity-mcp/actions/workflows/build-and-publish.yml)
[](https://hub.docker.com/r/itcaat/teamcity-mcp)
[](https://codecov.io/gh/itcaat/teamcity-mcp)
[](https://goreportcard.com/report/github.com/itcaat/teamcity-mcp)
[](https://opensource.org/licenses/MIT)
```