Back to Browse

Secobserve MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for SecObserve: triage findings, import scan reports and SBOMs, generate VEX.

About

MCP server for SecObserve: triage findings, import scan reports and SBOMs, generate VEX.

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (2 strong, 2 medium validity signals). 5 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

SecObserve base URL without /api, e.g. https://secobserve.example.comOptional

Environment variable: SECOBSERVE_BASE_URL

SecObserve user or product API tokenRequired

Environment variable: SECOBSERVE_API_TOKEN

Set to true to refuse every write operationOptional

Environment variable: SECOBSERVE_READ_ONLY

Set to true to enable the delete tool; deletion cascades and is irreversibleOptional

Environment variable: SECOBSERVE_ALLOW_DELETE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-nh4ttruong-secobserve-mcp": {
      "env": {
        "SECOBSERVE_BASE_URL": "your-secobserve-base-url-here",
        "SECOBSERVE_API_TOKEN": "your-secobserve-api-token-here",
        "SECOBSERVE_READ_ONLY": "your-secobserve-read-only-here",
        "SECOBSERVE_ALLOW_DELETE": "your-secobserve-allow-delete-here"
      },
      "args": [
        "--rm",
        "-i",
        "secobserve-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!