New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@omnara/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@omnara/cli

MCP configuration installer by Omnara

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

Omnara CLI

Omnara CLI automatically installs the Agent Dashboard MCP server configuration into various AI clients. This allows agents to connect to your dashboard for logging progress, asking questions, and coordinating tasks.

🚀 Installation

npx @omnara/cli@latest install <client> --api-key YOUR_API_KEY

Supported clients: claude-code, cursor, windsurf, cline, claude, witsy, enconvo

🔧 Connection Types

  • Clients: cursor, claude
  • Benefits: Hosted service, no setup required

stdio - Local MCP server

  • Clients: cline, roo-cline, windsurf, witsy, enconvo
  • Benefits: Local execution, full control

📦 stdio Installation Process

For stdio clients, the CLI automatically:

  • Installs Python package: pip install omnara
  • Writes clean config:
    {
      "mcpServers": {
        "omnara": {
          "command": "omnara",
          "args": ["--api-key", "YOUR_API_KEY"]
        }
      }
    }
    
  • Ready to use - Client runs: omnara --api-key YOUR_KEY

If auto-install fails: Run pip install omnara manually.

🔧 Manual Setup

SSE Configuration

{
  "mcpServers": {
    "omnara": {
      "url": "https://omnara-mcp.onrender.com",
      "apiKey": "YOUR_API_KEY"
    }
  }
}

stdio Configuration

{
  "mcpServers": {
    "omnara": {
      "command": "omnara",
      "args": ["--api-key", "YOUR_API_KEY"]
    }
  }
}

Keywords

mcp

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts