The Oracle
MCP Server
The Oracle wires Troja into any MCP client. Your AI agent scans, reads the findings, and applies the fixes — a closed loop with no context-switching.
~/.cursor/mcp.json
{
"mcpServers": {
"troja": {
"command": "npx",
"args": ["-y", "@troja/mcp"],
"env": { "TROJA_API_KEY": "trk_..." }
}
}
}Model Context Protocol
Works with Claude Code, Cursor, Windsurf, and any MCP-capable agent.
Agent-driven scans
Ask your assistant to scan; it gets structured findings back instantly.
Closed loop
Scan → fix → re-scan, all inside the editor you already live in.
How it works
From URL to patched in four steps.
01
Add the Troja MCP server
02
Ask your agent to scan
03
Findings stream back
04
Agent applies the fixes
82