claudeClaude Desktop

What you'll accomplish

By the end of this guide, you'll have Opsera Agents running in Claude Code and ready to automate your DevSecOps workflows with natural language commands.

You'll be able to:

  • Run security scans with a single command

  • Generate CI/CD pipelines by describing what you need

  • Analyze architecture and generate diagrams

  • Audit compliance across your codebase

Time to complete: ~5 minutes


Before you begin

Make sure you have:

  • Claude Code CLI installed

  • Terminal access (macOS, Linux, or WSL)

  • Node.js 18+ installed (node --version)

That's it. No API keys, no complex configuration—just add one line and you're ready.


Setup (choose your method)

Option 1: Install Opsera Agent from Claude Marketplace (Private Marketplace)

Install the Opsera DevSecOps plugin in Claude Code using /install opsera-devsecops (or manually via the plugin marketplace), then restart and authenticate via browser login.

Once installed, simply describe your task.

Learn the installation procedure here.

Run this command in your terminal:

Then restart Claude Code. Done.

What this does: Adds Opsera Agents to your Claude Code MCP configuration globally, so it works across all your projects.

Option 3: Manual configuration

If you prefer manual setup or need to customize:

  1. Open your MCP config file:

    • macOS/Linux: ~/.config/claude/mcp_settings.json

    • Or use: claude mcp edit

  2. Add this configuration:

  1. Save and restart Claude Code


Verify it's working

Open Claude Code and type:

You should see the 4 core agents:

  • Architecture Analyze Agent

  • Security Scan Agent

  • SQL Security Agent

  • Compliance Audit Agent

If you see these, you're all set! 🎉


Try your first agent

Once connected, just describe what you want in natural language:

Run a security scan:

Analyze architecture:

Check compliance:


Troubleshooting

"MCP server not found" error?

  • Restart Claude Code after adding the configuration

  • Verify the config file was saved correctly

  • Check Node.js is installed: node --version

Agents not responding?

  • Make sure you're connected to the internet

  • Try: claude mcp list to see installed servers

  • Restart Claude Code

Last updated