Skip to main content
Glama
drewrukin

llm-code-security-review-mcp

by drewrukin

LLM Code Security Review MCP Server

このMCPサーバーは、 llm-code-security-review メソッドのコンパニオンツールです。LLMがレビュープランを一度に一ステップずつ進めるのを支援します。LLMは セキュリティレビューを実行します。サーバーは進捗を追跡し、LLMが各サブシステムに割り当てられたすべてのソースコードを実際に読むことを確認し、すべてのプランステップが完了するまでレビューを完了として受け入れません。

短いバージョン

  1. レビュープランを読み込みます。

  2. Codexは一度に1つのサブシステムと1つのセキュリティ領域を受け取ります。

  3. サーバーは、結果を受け入れる前に、割り当てられたソースが読まれたことを確認します。

  4. 進捗は自動的に保存されます。Codexを再起動したり、レビューを一時停止したり、後で最初からやり直さずに続行したりできます。

  5. 発見事項は別途レビューする必要があります。サーバーは作業を整理しますが、報告された問題が本物かどうかを判断するわけではありません。

それがすべての仕事です。

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 の下でライセンスされています。

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    D
    quality
    D
    maintenance
    An MCP server that implements a structured workflow for LLM-based coding, guiding development through feature clarification, documentation generation, phased implementation, and progress tracking.
    10
    30
    18
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that securely reviews AI-generated code for vulnerabilities such as SQL injection, command injection, and hardcoded credentials.
    11
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    A lightweight MCP server for security reviews that injects security requirements before code generation, scans dependencies for CVEs, and verifies generated code without disrupting workflow.
    68
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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