Sigstore
@3089464667
关于 Sigstore
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"base64-autodecode": {
"command": "python3",
"args": [
"-m",
"mcp_content_integrity.server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
评论