sigstore

by 3089464667

165 downloads
Not rated
GitHub

About

Sigstore is an MCP server that automatically detects Base64 encoded content in text, decodes it, and replaces it back into the original text. Non‑Base64 portions are preserved unchanged. It is designed for developers or LLMs that need to handle Base64 encoded strings in…

Details

Author
3089464667
Downloads
165
Categories
Productivity, Security, Infrastructure, Other

- Automatically detects Base64 encoded content in text
- Decodes and replaces Base64 strings with plaintext
- Non‑Base64 portions remain unchanged
- Provides two tools: detect and decode
- Designed for use with LLM conversations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name sigstore
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server with pip install -e . and configure your MCP client with the command python3 -m mcp_content_integrity.server in the server’s JSON block. Two tools are available: detect_base64 to scan text and report Base64 segment locations and previews, and decode_base64 to scan, decode, and return the fully processed text.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sigstore": {
            "base64-autodecode": {
                "command": "python3",
                "args": [
                    "-m",
                    "mcp_content_integrity.server"
                ]
            }
        }
    }
}

McpServers

{
    "base64-autodecode": {
        "command": "python3",
        "args": [
            "-m",
            "mcp_content_integrity.server"
        ]
    }
}
{ "mcpServers": { "base64-autodecode": { "command": "python3", "args": ["-m", "mcp_content_integrity.server"] } } }

LLM 调用decode_base64(text="key: aGVsbG8gd29ybGQ=)key: hello world

Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning with Cycode.

AISG MCP Gateway — a security & DLP proxy for the Model Context Protocol. Aggregates your MCP servers behind one endpoint and enforces policy on every tool call

Official managed MCP server for the Cycode platform. Exposes projects, violations, compliance frameworks, audit logs, brokers, SBOM, and more via OAuth-authenticated remote access — no local install required.

Compliance-as-Code framework that automatically enforces GDPR, OWASP, NIST, and CIS engineering standards.

Performs a Trivy scan to produce a Software Bill of Materials (SBOM) in CycloneDX format.

An MCP server for interacting with the Tenable Nessus vulnerability scanner.

The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.

Check any MCP server's identity, risk grade and tool classifications before installing it.

Provides SD Elements API integration for security and compliance management.

The new Bright MCP Server enables AI assistants to directly interact with Bright and manage security scans end-to-end. Using natural language prompts, AI can now analyze existing coverage, identify missing or hidden entrypoints, add them to the project, select the most relevant security tests based on the application’s technology, and start scans automatically.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.