Fluidattacks Proxy that allows connecting to remote fluidattacks MCP server
Tools documentation and configuration can be found here.
``json`
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx",
"args": [
"--cache",
"/tmp/fluidattacks-mcp",
"-y",
"@fluidattacks/mcp"
]
}
}
}
Set the following environment variable on the ~/.zshrc config file:
`bash``
export FLUID_ATTACKS_API_TOKEN="your-fluid-attacks-api-token"