io.github.privacyplaybook/sops-mcp MCP Server
io.github.privacyplaybook/sops-mcp
What is the io.github.privacyplaybook/sops-mcp MCP server?
MCP server for creating and managing SOPS-encrypted secrets
How to install io.github.privacyplaybook/sops-mcp
Copy-paste configuration for popular MCP clients.
SOPS_MCP_AGE_PUBLIC_KEYrequiredAge recipient public key. Required at startup.
SOPS_AGE_KEYsecretAge private key. Required at call time for any mutation tool (decrypt + re-encrypt). Read-only tools do not need it.
{
"mcpServers": {
"sops-mcp": {
"command": "python",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<YOUR_SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<YOUR_SOPS_AGE_KEY>"
}
}
}
}{
"mcpServers": {
"sops-mcp": {
"command": "python",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<YOUR_SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<YOUR_SOPS_AGE_KEY>"
}
}
}
}{
"mcpServers": {
"sops-mcp": {
"command": "python",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<YOUR_SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<YOUR_SOPS_AGE_KEY>"
}
}
}
}{
"servers": {
"sops-mcp": {
"type": "stdio",
"command": "python",
"args": [
"sops-mcp"
],
"env": {
"SOPS_MCP_AGE_PUBLIC_KEY": "<YOUR_SOPS_MCP_AGE_PUBLIC_KEY>",
"SOPS_AGE_KEY": "<YOUR_SOPS_AGE_KEY>"
}
}
}
}claude mcp add sops-mcp --env SOPS_MCP_AGE_PUBLIC_KEY=<YOUR_SOPS_MCP_AGE_PUBLIC_KEY> --env SOPS_AGE_KEY=<YOUR_SOPS_AGE_KEY> -- python sops-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.