
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
tridentchain-mcp
Advanced tools
MCP server for TridentChain Security — one local stdio server for Claude, Cursor, VS Code, Windsurf, Zed, and any MCP-compatible agent.
Requires: pip install "tridentchain-security>=0.1.1" (unified tool layer).
The tridentchain-security CLI is unchanged — universal fallback for any agent that runs shell commands.
pip install -U "tridentchain-security>=0.1.4" "tridentchain-mcp>=0.1.4"
uvx tridentchain-mcp
docker pull ghcr.io/devinder1/tridentchain-mcp:latest
docker run --rm -i -v "$PWD:/workspace" ghcr.io/devinder1/tridentchain-mcp:latest
Public image: https://github.com/DevInder1/supply-chain-scanner-public/pkgs/container/tridentchain-mcp — linux/amd64 and linux/arm64, MIT, non-root user, ~205 MB.
| Tool | Description |
|---|---|
scan_project | Project dependencies only |
scan_full | Project + system + extensions |
validate_after_patch | Diff two scan JSON results |
MCP hosts using mcpServers (Claude, Cursor, Windsurf):
{
"mcpServers": {
"tridentchain": {
"command": "python3",
"args": ["-m", "tridentchain_mcp"]
}
}
}
Or with Docker (no Python required on host):
{
"mcpServers": {
"tridentchain": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-v", "${workspaceFolder}:/workspace",
"ghcr.io/devinder1/tridentchain-mcp:latest"
]
}
}
}
VS Code uses "servers" — see integrations/vscode/mcp.json.example.
OpenAI uses function calling (not MCP) — see integrations/openai/ and examples/openai/.
| Agent | Guide |
|---|---|
| All platforms | docs/AGENT_INTEGRATIONS.md |
| Claude | docs/CLAUDE_MCP_SETUP.md |
| Cursor | docs/CURSOR_SETUP.md |
| VS Code | docs/VSCODE_SETUP.md |
| Helper script | ./scripts/setup-agent-mcp.sh <agent> |
Copy-paste configs: integrations/mcp/
FAQs
MCP server for TridentChain Security — Claude, Cursor, and other MCP hosts
We found that tridentchain-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.