Skip to main content

Free, local, IP-safe MCP server for AI-development security — commodity secret & credential checks from Netallion. Part of Agentic Development Governance.

Project description

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.


Install & run

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" }
    }
  }
}

Tools

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.

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_file reads 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

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netallion_mcp_lite-0.1.0.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netallion_mcp_lite-0.1.0-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file netallion_mcp_lite-0.1.0.tar.gz.

File metadata

  • Download URL: netallion_mcp_lite-0.1.0.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for netallion_mcp_lite-0.1.0.tar.gz
Algorithm Hash digest
SHA256 31812a03ac5dd3e8f24377b5f54eb653c7e20a90f168b5363c8a8caf6a854634
MD5 0f7b483e7b5b38b8216deaac9eb81063
BLAKE2b-256 3ebfeb8287b71ee530d57d99bf57f9282178fca1f99b9cbe9a8a4785baac9351

See more details on using hashes here.

File details

Details for the file netallion_mcp_lite-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for netallion_mcp_lite-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d1f46faf5a7f0052112f7eee3d042bc67bf9e68c67a0113e2cfbd581c6be3c98
MD5 b0b703d13f1a8b980e720aabc87cdde4
BLAKE2b-256 9b7caff6508c2412bd294c28fa11eb9aab4a8f2a014fe23c8e9326368998f375

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page