mcpbeat Sign in

Secobserve MCP Server

by nh4ttruong Your server? Claim it
local only

Secobserve MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.

Installs / week
pypi · secobserve-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Secobserve MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add secobserve-mcp -- uvx secobserve-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secobserve-mcp": {
      "args": [
        "secobserve-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.secobserve-mcp]
command = "uvx"
args = ["secobserve-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "secobserve-mcp": {
      "args": [
        "secobserve-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "secobserve-mcp": {
      "args": [
        "secobserve-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SECOBSERVE_BASE_URL (SecObserve base URL without /api, e.g. https://secobserve.example.com), SECOBSERVE_API_TOKEN (SecObserve user or product API token), SECOBSERVE_READ_ONLY (Set to true to refuse every write operation), SECOBSERVE_ALLOW_DELETE (Set to true to enable the delete tool; deletion cascades and is irreversible). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Secobserve MCP

same job, measured the same way
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Timesheet MCP
by timesheetio

timesheet.io MCP server - manage timers, projects, tasks and reports

49 installs/wk local only
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
Target
by markswendsen-code

MCP server for Target - search products, manage cart, track orders

31 installs/wk local only
Ironscales
by wyre-technology

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Google Merchant Center MCP
by a1-x-tech

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

114 installs/wk local only

Secobserve MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Secobserve MCP?
Secobserve MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package secobserve-mcp.
How do I connect Secobserve MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls secobserve-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Secobserve MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.