MCP Server
Active
MIT
AIShield Security Scanner MCP Server
io.github.lm203688/aishield
What is the AIShield Security Scanner MCP server?
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
How to install AIShield Security Scanner
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aishield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Claude Code
claude mcp add aishield -- npx -y aishield-mcp-serverRelated MCP servers
ATEX AI Gateway
Active
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
2
View repository →Python