What you’ll need
Before connecting an AI client, grab two things:A Plerion API token
Head to Settings → API Keys in the Plerion dashboard and create a new API key.Your token will look like:
plerion_tak_...Connect your AI client
- Claude Code
- Claude Desktop
- Cursor
- VS Code
- Windsurf
- Zed
Claude Code supports remote HTTP MCP servers natively. The quickest way is the CLI:Or add it manually to your project’s To add it globally (available in all projects), use
.mcp.json file (create it in your repo root if it doesn’t exist):~/.claude.json with the same structure under mcpServers.What you can ask me
Once connected, just talk to me naturally in your AI client. Here are some things I can help with:-
“What are our top cloud security risks right now?”
I’ll pull live findings from your Plerion environment and explain what needs attention most. -
“Are there any critical findings in our AWS account?”
I’ll surface high-severity issues, explain the risk, and suggest next steps. -
“Show me recent security posture changes.”
I’ll summarise what’s improved, what’s new, and what the team should look at. -
“Help me write a fix for this misconfigured S3 bucket.”
I’ll combine context from your cloud environment with the code in your editor. -
“What compliance gaps do we have for SOC 2?”
I’ll map current findings to your compliance framework and flag what’s missing.
