AIShield Security Scanner for Cursor
io.github.lm203688/aishield
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
client:Cursor
transport:stdio
runtime:npm
Install AIShield Security Scanner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aishield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs