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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント