
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
netallion-mcp-lite
Advanced tools
Free, local, IP-safe MCP server for AI-development security — commodity secret & credential checks from Netallion. Part of Agentic Development Governance.
Free, local, IP-safe AI-development security — an MCP server from Netallion.
Netallion MCP Lite is a small Model Context Protocol server that helps you and your AI coding assistants avoid the most common mistake in AI-assisted development: leaking a credential. It flags a curated set of commodity, high-confidence secrets and credentials (AWS, GitHub, Stripe, OpenAI, private keys, database URIs, and more) in text and files.
It runs entirely on your machine. No account. No data sent to Netallion. Detected secrets are redacted before results are returned, so they are safe to hand back into an AI assistant's context.
Part of Netallion's Agentic Development Governance approach — secret detection is one capability, not the whole story.
| Netallion MCP Lite (this package) | Netallion AI Assurance (the platform) | |
|---|---|---|
| Price | Free | Commercial (free trial) |
| Runs | Locally, no account | SaaS + IDE + CI |
| Detection | ~27 commodity, high-confidence checks | Advanced detection well beyond commodity patterns |
| AI/MCP governance | — | AI provider governance, MCP governance |
| Policy & visibility | — | Central policy management, org-wide visibility |
| Compliance | — | Compliance and audit evidence |
| Data | Nothing leaves your machine | Enterprise controls |
MCP Lite is deliberately limited. It is a genuinely useful local utility and an on-ramp: if you want advanced detection, AI/MCP governance, central policy, and audit evidence across your organisation, that lives in Netallion AI Assurance.
This package does not contain or depend on Netallion's proprietary detection engine.
Requires Python 3.10+.
pip install netallion-mcp-lite
# or, zero-install:
uvx netallion-mcp-lite
It speaks MCP over stdio. Add it to any MCP-compatible client (Claude, Cursor, Windsurf, VS Code, …):
{
"mcpServers": {
"netallion-mcp-lite": {
"command": "netallion-mcp-lite"
}
}
}
Optionally confine scan_file to a specific directory:
{
"mcpServers": {
"netallion-mcp-lite": {
"command": "netallion-mcp-lite",
"env": { "NETALLION_MCP_LITE_WORKSPACE_ROOT": "/path/to/your/project" }
}
}
}
| Tool | What it does |
|---|---|
scan_text | Scan a string for commodity secrets; returns redacted findings (rule, severity, line/column, remediation). |
scan_file | Scan a file inside the workspace root; sensitive files (.env, keys) are refused; findings redacted. |
list_supported_checks | List the commodity checks (no secrets). |
about | About the tool, privacy posture, and Lite vs AI Assurance. |
Run list_supported_checks to see the full set. Findings never include the full secret value.
Local-only. No telemetry. No source, file contents, prompts, or secrets are sent anywhere. See PRIVACY.md.
scan_file reads only within a single workspace root and refuses obviously-sensitive files.We make no claims about detection rates, false-positive rates, customer adoption, certifications, or regulatory compliance for this free utility.
MIT — see LICENSE.
FAQs
Free, local, IP-safe MCP server for AI-development security — commodity secret & credential checks from Netallion. Part of Agentic Development Governance.
We found that netallion-mcp-lite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.