vigile mcp for Cursor
io.github.vigile-ai/vigile-mcp
Query trust scores for MCP servers and agent skills. Check if a tool is safe.
client:Cursor
transport:stdio
runtime:npm
Install vigile mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vigile-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vigile-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs