Loading MCP server directory, please wait...
MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.
npx @getmcp/cli add io.github.nh4ttruong/secobserve-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SECOBSERVE_BASE_URLSecObserve base URL without /api, e.g. https://secobserve.example.com
SECOBSERVE_API_TOKENSecObserve user or product API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nh4ttruong/secobserve-mcp": {
"command": "uvx",
"args": [
"secobserve-mcp"
],
"env": {
"SECOBSERVE_BASE_URL": "",
"SECOBSERVE_API_TOKEN": "",
"SECOBSERVE_READ_ONLY": "",
"SECOBSERVE_ALLOW_DELETE": ""
}
}
}
}