netallion-mcp-lite
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@netallion-mcp-litescan this string for secrets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Netallion MCP Lite
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.
What it is (and isn't)
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.
Related MCP server: classifinder-mcp
Install & run
Requires Python 3.10+.
pip install netallion-mcp-lite
# or, zero-install:
uvx netallion-mcp-liteIt 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" }
}
}
}Tools
Tool | What it does |
| Scan a string for commodity secrets; returns redacted findings (rule, severity, line/column, remediation). |
| Scan a file inside the workspace root; sensitive files ( |
| List the commodity checks (no secrets). |
| 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.
Privacy
Local-only. No telemetry. No source, file contents, prompts, or secrets are sent anywhere. See PRIVACY.md.
Scope & limitations
Commodity, high-confidence formats only — it will not catch obfuscated, encoded, or org-specific secrets. That is by design; advanced detection is part of Netallion AI Assurance.
scan_filereads only within a single workspace root and refuses obviously-sensitive files.No generic high-entropy scanning (it produces noise without advanced technique).
We make no claims about detection rates, false-positive rates, customer adoption, certifications, or regulatory compliance for this free utility.
Links
Netallion AI Assurance — https://www.netallion.ai
VS Code / Cursor / Windsurf extension — VS Code Marketplace · Open VSX
Azure Marketplace — Netallion AI Assurance
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceLocal-first CLI and MCP server for redacting sensitive text before sharing logs, configs, and errors with AI tools.MIT

classifinder-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to scan text for leaked secrets and prompt injection markers, and redact them before reaching an LLM.21MIT- AlicenseNot gradedqualityBmaintenanceLocal-first security check for AI coding agents — finds hardcoded secrets, exposed .env files, git-history leaks and vulnerable dependencies (OSV), entirely on your machine. Ask your agent "is this safe to ship?" and get a Launch Readiness score with a fix for every finding.MIT
- AlicenseAqualityBmaintenanceSanitizes text and files by removing PII, secrets, and custom patterns locally before sending to LLMs, with optional reverse-scrubbing.3114MIT
Related MCP Connectors
Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.
Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure.
The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/netallion/netallion-mcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server