trackmcp
Back to directory
Forward333

mcp-sigstore

View on GitHub

MCP App Distribution Integrity Verification Server — Sigstore for MCP Ecosystem

1 stars PythonOthers Updated Jun 8, 2026

Documentation

MCP Base64 Auto-Decode

自动检测文本中的 Base64 编码内容,解码并替换回原文。非 Base64 部分原样保留。modifyhhh

工具

工具功能
`detect_base64`扫描文本,报告所有 base64 段的位置和预览
`decode_base64`扫描 + 自动解码替换,返回处理后的完整文本

安装

bash
pip install -e .

配置

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

示例

LLM 对话:

> 用户:这段配置里有 base64,帮我解开

>

> LLM 调用 `decode_base64(text="key: aGVsbG8gd29ybGQ=)`

> → `key: hello world`

Frequently asked questions

What is mcp-sigstore?

mcp-sigstore is MCP App Distribution Integrity Verification Server — Sigstore for MCP Ecosystem

How do I install mcp-sigstore?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-sigstore open source?

Yes — it is hosted on GitHub at https://github.com/Forward333/mcp-sigstore and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP