- Home
- MCP servers
- Vigile
Vigile
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"vigile-ai-vigile-mcp": {
"command": "npx",
"args": [
"-y",
"vigile-mcp"
],
"env": {
"VIGILE_API_KEY": "YOUR_API_KEY"
}
}
}
}You can run the Vigile MCP Server to query trust scores for MCP servers and agent skills directly from Vigile’s registry, Claude Code, Cursor, and other AI agents. It acts as a bridge between your MCP client and Vigile’s trust data, enabling secure, centralized lookups and risk assessments.
How to use
You operate the Vigile MCP Server by starting it locally and then sending lookups from your MCP client. Use the built-in commands to check a server’s trust score, check a skill’s trust score, scan content for security issues, or search the Vigile trust registry by keyword. The server is designed to be invoked through your MCP client as a standard HTTP or STDIO MCP endpoint, and it handles authentication against Vigile’s API when you provide an API key.
How to install
Prerequisites: you should have Node.js and npm installed on your machine.
# Install the Vigile MCP Server globally (optional but convenient)
npm install -g vigile-mcp
# Or start using the project directly via npx without a global install
npx vigile-mcp
# You can also configure this MCP server in your MCP client setup, for example:
Additional content to configure and use
Configure the Vigile MCP Server in your MCP client to enable authenticated access and seamless operation. The server supports an API key for increased rate limits and access control.
Example of exposing the Vigile MCP Server via a client configuration snippet is shown here, using the standard mcpServers entry.
Available tools
vigile_check_server
Look up trust score for an MCP server by name.
vigile_check_skill
Look up trust score for an agent skill by name.
vigile_scan_content
Scan raw tool/skill content for security issues.
vigile_search
Search the Vigile trust registry by keyword.