mcp-sigstore
MCP App Distribution Integrity Verification Server — Sigstore for MCP Ecosystem
Documentation
MCP Base64 Auto-Decode
自动检测文本中的 Base64 编码内容,解码并替换回原文。非 Base64 部分原样保留。modifyhhh
工具
| 工具 | 功能 |
|---|---|
| `detect_base64` | 扫描文本,报告所有 base64 段的位置和预览 |
| `decode_base64` | 扫描 + 自动解码替换,返回处理后的完整文本 |
安装
pip install -e .配置
{
"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
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP