Netallion MCP Lite
About
Local secret & credential checks for AI-assisted dev — runs on your machine, results redacted.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add netallion-mcp-lite -- uvx netallion-mcp-lite
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"netallion-mcp-lite","command":"uvx","args":["netallion-mcp-lite"]}'
JSON
{
"mcpServers": {
"netallion-mcp-lite": {
"command": "uvx",
"args": [
"netallion-mcp-lite"
]
}
}
}