fortress for Cursor
io.github.tiliondev/fortress
Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.
client:Cursor
transport:stdio
runtime:pypi
Install fortress in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fortress": {
"type": "stdio",
"command": "uvx",
"args": [
"tilion"
],
"env": {
"TILION_MCP_PREWARM": "<TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<TILION_BASE_URL>",
"TILION_API_KEY": "<TILION_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs