@oversecured/mcp
v0.1.0-beta.5
Published
Oversecured MCP server for mobile application security scans
Readme
Oversecured MCP
Use Oversecured from MCP-compatible AI assistants. The server delegates every platform operation to the bundled Oversecured CLI.
Credentials are read only from the MCP server environment. The server ignores
the local ~/.oversecured/config.json file.
Configure
{
"mcpServers": {
"oversecured": {
"command": "npx",
"args": ["-y", "@oversecured/mcp@latest"],
"env": {
"OVERSECURED_API_TOKEN": "osp_xxxxxxxx"
}
}
}
}For on-prem installations, also set OVERSECURED_API_URL to the platform API
origin. Requires Node.js 20 or newer.
See the full documentation for the tool list and client-specific setup.
