mception for Cursor
io.github.soufianetahiri/mception
Audits other MCP servers for security risks. Returns safe / caution / unsafe / inconclusive.
client:Cursor
transport:stdio
runtime:pypi
Install mception in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mception": {
"type": "stdio",
"command": "uvx",
"args": [
"mception"
],
"env": {
"MCEPTION_DATA_DIR": "<MCEPTION_DATA_DIR>",
"MCEPTION_OFFLINE": "<MCEPTION_OFFLINE>",
"MCEPTION_INTROSPECT_TIMEOUT": "<MCEPTION_INTROSPECT_TIMEOUT>",
"MCEPTION_ENABLE_LLM_JUDGE": "<MCEPTION_ENABLE_LLM_JUDGE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs