AIShield Security Scanner MCP Server

让任何 Agent 可以安全地发现、验证、委托、支付另一个 Agent 🖥️ 本地优先 · 零依赖 · 代码不出机 开源本地版 - 与同名云 SaaS aishield.ai 是完全不同的产品. It runs locally over stdio via the published package.

People who work with prompt injection and security and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 2 · #73 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install AIShield Security Scanner

Claude Code

claude mcp add lm203688-aishield -- npx -y aishield-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lm203688-aishield": {
      "command": "npx",
      "args": [
        "-y",
        "aishield-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package aishield-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.lm203688 is GitHub-verified and matches the repo owner

03 · What AIShield Security Scanner can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.3.0 · 2026-08-28

AIShield v4.3.0 - Closed-Loop Automation · 新增能力 · 9-point version gate: sync_version.py 从 7→9 点,修复 server.py/openapi_spec.py 版本漂移 · Local Ollama LLM backend: 本地 127.0.0.1/localhost 自动启用,无需 API key · Differential scan…

v4.2.2 · 2026-08-10

AIShield v4.2.2 · 重点:GitHub Action 正式上架就绪 · 新增 action_entrypoint.py + Dockerfile ENTRYPOINT:Action 现在真正执行扫描(此前只启动服务器),产出 score / risk_level / JSON 报告 / SARIF。 · action.yml:source_url 改为可选(留空扫当前仓库),默认 no-spawn(不执行被扫配置)。…

04 · Who maintains AIShield Security Scanner

AIShield Security Scanner is maintained by lm203688. We track 3 MCP servers from lm203688 - 3 actively maintained, 4 combined GitHub stars, oldest repo from May 2026. Full record: all servers from lm203688.

  1. ATEX AI Gateway One API key for 6 AI models. Pay-per-use. MCP protocol support with web search. ★ 2

05 · Facts

category
security - ranked #73 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-28)
registry
io.github.lm203688/aishield (active, first published 2026-08-05 · 3 versions)
packages
npm:aishield-mcp-server

06 · AIShield Security Scanner FAQ

What is AIShield Security Scanner?

让任何 Agent 可以安全地发现、验证、委托、支付另一个 Agent 🖥️ 本地优先 · 零依赖 · 代码不出机 开源本地版 - 与同名云 SaaS aishield.ai 是完全不同的产品. It runs locally over stdio via the published package.

Is AIShield Security Scanner still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install AIShield Security Scanner?

Run `npx -y aishield-mcp-server`. You can also paste the ready-made client config above.

Does AIShield Security Scanner run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to AIShield Security Scanner