claudeTerminal Setup Claude

Purpose

By the end of this guide, you will have:

  • Verified the agent is running and connected (MCP health check)

  • Learned how to invoke Opsera DevOps capabilities using natural language

Prerequisite

Before starting, make sure you have the following:

  1. Ensure the Claude Code installed and working (desktop or CLI)

  2. Terminal access (macOS, Linux, or WSL).

  3. Node.js installed

  4. Permission to modify your shell config file (.zshrc )

MCP Configuration – Quick Setup Steps

Claude Code (Recommended)

Best for: Global setup across all projects

  1. Open your terminal

  2. Run the CLI command:

    claude mcp add --scope user --transport http opsera https://agent.opsera.ai/mcp
  3. Restart Claude Code

  4. MCP is now available globally

Alternative (Manual JSON)

  1. Open your MCP config file

  2. Add:

  3. Save and restart Claude Code

Try an agent action

Once installed and connected, you can start typing the commands to perform actions that trigger the plugin. e.g.:

  • "Create a GitHub Actions pipeline for my Node.js project."

  • "Run a security scan for the repository at ~/projects/my-app."

Last updated