Sigstore
@3089464667
About Sigstore
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"base64-autodecode": {
"command": "python3",
"args": [
"-m",
"mcp_content_integrity.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sigstore?
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 conversations or configuration processing.
How to use Sigstore?
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.
Key features of Sigstore
- 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
Use cases of Sigstore
- LLM conversation where a user provides Base64 encoded configuration
- Automatically decoding Base64 strings in text processing workflows
- Scanning text to list all Base64 segments before making changes
FAQ from Sigstore
How does Sigstore handle non‑Base64 content?
Non‑Base64 parts are preserved unchanged in the output; only identified Base64 segments are decoded and replaced.
What tools does Sigstore provide?
Two tools: detect_base64 (scans and reports positions and previews of Base64 segments) and decode_base64 (scans, decodes, and returns the full processed text).
How is Sigstore installed and configured?
Install with pip install -e . and add a JSON configuration block for the MCP server, using python3 -m mcp_content_integrity.server as the command.
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Comments