Skip to content
Cursor

Netallion MCP Lite for Cursor

io.github.netallion/netallion-mcp-lite

Local secret & credential checks for AI-assisted dev — runs on your machine, results redacted.

client:Cursor transport:stdio runtime:pypi

Install Netallion MCP Lite in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "netallion-mcp-lite": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "netallion-mcp-lite"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Netallion MCP Lite in other clients