← moltlinestudio.com
INDIVIDUAL MCP TOOL
security_deep_dive
Run an OWASP-oriented security pass over a source file.
LIVE ENDPOINT
https://mcp.moltlinestudio.com/codereview
Connect to this endpoint to inspect the live schema for security_deep_dive and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moltline-codereview]
url = "https://mcp.moltlinestudio.com/codereview"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltline-codereview": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/codereview"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltline-codereview
Remote MCP URL: https://mcp.moltlinestudio.com/codereview
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moltline-codereview": {
"url": "https://mcp.moltlinestudio.com/codereview"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltline-codereview": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/codereview"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltline-codereview",
"transport": "streamable-http",
"url": "https://mcp.moltlinestudio.com/codereview"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
review_diff— Risk-scan a unified diff the way a senior reviewer triages a PR.ai_code_smell_scan— Flag the tells of unreviewed AI-generated code in a source file.complexity_report— Report structural complexity of a source file, function by function.secret_scan— Scan text for accidentally-committed machine credentials and private-key material.review_checklist— Produce a focused pull-request review checklist for a language or stack.get_reviewer_persona— Load the Senior Reviewer persona for consistent, high-signal reviews.