PluginBench
MCP Server
Active
AGPL-3.0

Trentina MCP Server

io.github.crunchtools/trentina

What is the Trentina MCP server?

Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense

How to install Trentina

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trentina": {
      "command": "uvx",
      "args": [
        "mcp-trentina-crunchtools"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "trentina": {
      "command": "uvx",
      "args": [
        "mcp-trentina-crunchtools"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "trentina": {
      "command": "uvx",
      "args": [
        "mcp-trentina-crunchtools"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "trentina": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-trentina-crunchtools"
      ]
    }
  }
}
Claude Code
claude mcp add trentina -- uvx mcp-trentina-crunchtools

Related MCP servers

MCP Slack

Active

Secure read-only MCP server for Slack workspaces

2
Python
AGPL-3.0
View repository →

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

1
Python
AGPL-3.0
View repository →

Secure MCP server for WordPress content management

1
Python
AGPL-3.0
View repository →

Secure MCP server for WorkBoard OKR and strategy execution platform

1
Python
AGPL-3.0
View repository →

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

0
Python
AGPL-3.0
View repository →

RSS/Atom feed reader MCP server with SQLite backend

0
Python
AGPL-3.0
View repository →