Trentina
Rank #5,392io.github.crunchtools/trentina
Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense
Trentina is a Model Context Protocol (MCP) server published by crunchtools. It ranks #5,392 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Trentina is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Mar 15, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 110,068 of 115,460 servers on MCP Toplist.
Use Trentina
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add trentina -- uvx mcp-trentina-crunchtools[mcp_servers.trentina]
command = "uvx"
args = ["mcp-trentina-crunchtools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"trentina": {
"command": "uvx",
"args": [
"mcp-trentina-crunchtools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trentina": {
"command": "uvx",
"args": [
"mcp-trentina-crunchtools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"trentina": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-trentina-crunchtools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"trentina": {
"command": "uvx",
"args": [
"mcp-trentina-crunchtools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trentina": {
"command": "uvx",
"args": [
"mcp-trentina-crunchtools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.crunchtools%2Ftrentina)<a href="https://mcptoplist.com/server/io.github.crunchtools%2Ftrentina"><img src="https://mcptoplist.com/badge/io.github.crunchtools%2Ftrentina.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
crunchtools
Other servers by crunchtools
- Feed Reader#15,922 · 2 vers
- MCP Podman#17,565 · 1 ver
- Slack#29,075 · 3 vers
- mcp-syslog#36,977
- Gemini#38,215 · 3 vers
- mcp-nagios-crunchtools#38,557
- Cloudflare#42,739 · 2 vers
- Gitlab#42,740 · 2 vers
- Request Tracker#42,741 · 2 vers
- Wordpress#42,742 · 2 vers
- Workboard#42,743 · 2 vers
- Mediawiki#43,509 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.5.0 | Jun 23, 2026 |
Frequently asked questions
- Who maintains Trentina?
- Trentina is maintained by crunchtools, which publishes 16 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Trentina listed on the Official MCP Registry?
- Yes — Trentina is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Trentina have?
- MCP Toplist tracks 1 version of Trentina, most recently published on Jun 23, 2026.
- Where can I find the source code for Trentina?
- The source code for Trentina is hosted at github.com/crunchtools/mcp-trentina.