Security scanner for MCP servers - detects tool poisoning and injection
claude mcp add mcpshield -- npx -y mcpshield-cli
claude_desktop_config.json
{
"mcpServers": {
"mcpshield": {
"command": "npx",
"args": [
"-y",
"mcpshield-cli"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcpshield": {
"command": "npx",
"args": [
"-y",
"mcpshield-cli"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcpshield": {
"command": "npx",
"args": [
"-y",
"mcpshield-cli"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcpshield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpshield-cli"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcpshield": {
"command": "npx",
"args": [
"-y",
"mcpshield-cli"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MCPShield-Dev--mcpshield/reviews or the review_server meta-tool.
POST /mcp