MCP server for NowSecure Platform: pull remediation findings and generate clean PDF reports, bypassing the broken UI report renderer.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nowsecure-mcp-server": {
"command": "npx",
"args": [
"-y",
"tatavarthitarun/nowsecure-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nowsecure-mcp-server npx -y tatavarthitarun/nowsecure-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nowsecure-mcp-server": {
"command": "npx",
"args": [
"-y",
"tatavarthitarun/nowsecure-mcp-server"
]
}
}
}