vigile-mcp
Provides security trust scores and analysis for MCP servers and agent skills hosted on the npm registry, identifying risks like tool poisoning and data exfiltration.
Provides security trust scores and analysis for MCP servers and agent skills hosted on the Python Package Index (PyPI), identifying risks like tool poisoning and data exfiltration.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vigile-mcpcheck the trust score for the fetch-mcp server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vigile-mcp
MCP server for Vigile AI Security — query trust scores for MCP servers and agent skills directly from your AI coding assistant.
Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible client.
Installation
Claude Desktop
Add to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"]
}
}
}Claude Code
claude mcp add --transport stdio vigile --scope user -- npx -y vigile-mcpOr add to your project's .mcp.json:
{
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"]
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"]
}
}
}VS Code (Copilot)
Add to .vscode/mcp.json in your project:
{
"servers": {
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"]
}
}
}Global Install (Alternative)
npm install -g vigile-mcpThen replace "command": "npx", "args": ["-y", "vigile-mcp"] with "command": "vigile-mcp" in any config above.
Related MCP server: ZeroPath MCP Server
What It Does
Vigile scans and scores MCP servers and agent skills for security issues like tool poisoning, data exfiltration, prompt injection, and supply chain attacks. This MCP server brings those trust scores into your AI workflow — so your coding assistant can check whether a tool is safe before using it.
Covers servers from npm, Smithery, PyPI, and other registries, plus agent skills from Claude Code, Cursor, OpenClaw/ClawHub, and more.
Tools
Tool | Description |
| Look up trust score for an MCP server by name or package |
| Look up trust score for an agent skill (claude.md, .cursorrules, OpenClaw skills, etc.) |
| Scan raw content from a claude.md, .cursorrules, skill.md, or similar file for security issues |
| Search the Vigile trust registry by keyword |
| Verify whether a skill uses location data safely and check for location-based attack patterns |
Example Usage
Once installed, your AI assistant can use these tools naturally:
"Check if @anthropic/mcp-server-filesystem is safe" "Scan this claude.md file for security issues" "Search for database MCP servers and show me their trust scores"
Trust Scores
Vigile rates every server and skill on a 0-100 scale:
Score | Level | Meaning |
80-100 | Trusted | No significant issues found |
60-79 | Caution | Minor issues, review recommended |
40-59 | Risky | Notable security concerns |
0-39 | Dangerous | Critical issues, do not use |
Authentication
By default, vigile-mcp uses the public Vigile registry (rate-limited). For higher limits, set your API key:
{
"mcpServers": {
"vigile": {
"command": "npx",
"args": ["-y", "vigile-mcp"],
"env": {
"VIGILE_API_KEY": "vgl_your_key_here"
}
}
}
}Get an API key at vigile.dev.
Rate Limits
Tier | Scans/min | Monthly Quota |
Free (no key) | 10 | 50 |
Pro ($30/mo) | 60 | 1,000 |
Pro+ ($100/mo) | 300 | 5,000 |
Registry lookups (vigile_check_server, vigile_check_skill, vigile_search) do not count against your scan quota. Only vigile_scan_content consumes scans.
Requirements
Node.js 18+
An MCP-compatible client
Disclaimer
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Vigile AI Security provides security scanning and trust scoring as informational tools only. Trust scores, scan results, and security assessments are based on automated analysis and should not be considered definitive security guarantees.
Vigile does not guarantee the detection of all security threats, vulnerabilities, or malicious behavior. Users are solely responsible for their own security decisions and should use Vigile as one component of a comprehensive security strategy.
By using this software, you agree to the Vigile Terms of Service.
License
MIT
Maintenance
Related MCP Servers
AlicenseBqualityFmaintenanceAn MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for security vulnerabilities, create custom rules, and analyze scan results through the Model Context Protocol.Last updated6680MIT
ZeroPath MCP Serverofficial
AlicenseBqualityDmaintenanceAllows developers to query security findings (SAST issues, secrets, patches) using natural language within AI-assisted tools like Claude Desktop, Cursor, and other MCP-compatible environments.Last updated179MIT
RAD Securityofficial
AlicenseCqualityBmaintenanceCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.Last updated651,8496MIT
Mallory MCP Serverofficial
AlicenseAqualityFmaintenanceA robust Model Control Protocol server that enables AI agents to access real-time cyber threat intelligence and detailed information about vulnerabilities, threat actors, malware, and other cyber-security entities.Last updated108Apache 2.0
Related MCP Connectors
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Vigile-ai/vigile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server