llm-code-security-review-mcp
LLM Code Security Review MCP Server
このMCPサーバーは、
llm-code-security-review
メソッドのコンパニオンツールです。LLMがレビュープランを一度に一ステップずつ進めるのを支援します。LLMは
セキュリティレビューを実行します。サーバーは進捗を追跡し、LLMが各サブシステムに割り当てられたすべてのソースコードを実際に読むことを確認し、すべてのプランステップが完了するまでレビューを完了として受け入れません。
短いバージョン
レビュープランを読み込みます。
Codexは一度に1つのサブシステムと1つのセキュリティ領域を受け取ります。
サーバーは、結果を受け入れる前に、割り当てられたソースが読まれたことを確認します。
進捗は自動的に保存されます。Codexを再起動したり、レビューを一時停止したり、後で最初からやり直さずに続行したりできます。
発見事項は別途レビューする必要があります。サーバーは作業を整理しますが、報告された問題が本物かどうかを判断するわけではありません。
それがすべての仕事です。
Related MCP server: DevFlow MCP Server
必要なもの
Linux、macOS、またはその他のPOSIXシステム上のCodex;
Python 3.11以降;
コンパニオンメソッドで作成されたレビュープラン。
サーバーにはサードパーティのPython依存関係はありません。
インストール
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 .サーバーを ~/.codex/config.toml に追加します。例のパスを、あなたのクローンの絶対パスに置き換えてください:
[mcp_servers.llm-code-security-review-mcp]
command = "/absolute/path/to/llm-code-security-review-mcp/.venv/bin/llm-code-security-review-mcp-server"設定を変更した後、新しいCodexセッションを開始してください。
レビューの実行
まず、コンパニオンメソッドを使用してプロジェクトのプランを作成します。次に、新しいCodexセッションを開始して、次のように言います:
llm-code-security-review-mcpサーバーを使用して
<path-to-plan.json>を読み込み、レビューを実行してください。
サーバーは最初のタスクを提供し、プランが完了するまでレビューを進め続けます。
開発
テストスイートを実行するには:
python3 -m unittest discover -s testsリリースされた変更は CHANGELOG.md にあります。セキュリティの問題は SECURITY.md に記載されているように非公開で報告してください。
ライセンス
Copyright 2026 Andrew Rukin (drewrukin). 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