llm-code-security-review-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@llm-code-security-review-mcpLoad the review plan at /path/to/plan.json and begin the review."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LLM Code Security Review MCP Server
This MCP server is a companion tool for the
llm-code-security-review
methodology. It helps an LLM follow the review plan one step at a time. The LLM
performs the security review; the server tracks progress, makes sure the LLM
actually reads all source code assigned to each subsystem, and does not accept
the review as complete until every plan step is finished.
The Short Version
Load a review plan.
Codex receives one subsystem and one security area at a time.
The server checks that the assigned source was read before accepting the result.
Progress is saved automatically. You can restart Codex, pause the review, or continue later without starting over.
Findings must be reviewed separately. The server organizes the work; it does not decide whether a reported issue is real.
That is the whole job.
Related MCP server: DevFlow MCP Server
What You Need
Codex on Linux, macOS, or another POSIX system;
Python 3.11 or newer;
a review plan created with the companion methodology.
The server has no third-party Python dependencies.
Install It
git clone https://github.com/drewrukin/llm-code-security-review-mcp.git
cd llm-code-security-review-mcp
python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install .Add the server to ~/.codex/config.toml. Replace the example path with the
absolute path to your clone:
[mcp_servers.llm-code-security-review-mcp]
command = "/absolute/path/to/llm-code-security-review-mcp/.venv/bin/llm-code-security-review-mcp-server"Start a new Codex session after changing the configuration.
Run a Review
First, use the companion methodology to create a plan for your project. Then start a new Codex session and say:
Use the llm-code-security-review-mcp server to load
<path-to-plan.json>and execute the review.
The server will provide the first task and keep the review moving until the plan is complete.
Development
Run the test suite with:
python3 -m unittest discover -s testsReleased changes are in CHANGELOG.md. Please report security problems privately as described in SECURITY.md.
License
Copyright 2026 Andrew Rukin (drewrukin). Licensed under the
Apache License 2.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityDmaintenanceAn MCP server that implements a structured workflow for LLM-based coding, guiding development through feature clarification, documentation generation, phased implementation, and progress tracking.103018MIT
- AlicenseAqualityBmaintenanceMCP server that integrates DevFlow with AI code assistants to enforce structured development workflows including planning, task tracking, and code review gates.65721MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that securely reviews AI-generated code for vulnerabilities such as SQL injection, command injection, and hardcoded credentials.11Apache 2.0
- AlicenseNot gradedqualityFmaintenanceA lightweight MCP server for security reviews that injects security requirements before code generation, scans dependencies for CVEs, and verifies generated code without disrupting workflow.68MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drewrukin/llm-code-security-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server