mception for Zed
io.github.soufianetahiri/mception
Audits other MCP servers for security risks. Returns safe / caution / unsafe / inconclusive.
client:Zed
transport:stdio
runtime:pypi
Install mception in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mception": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs