Z
Zero Knowledge MCP
by @The-17
The starting point for building MCP servers where credential values never exist anywhere. Not in config, not in agent context, not anywhere.
Created 3/5/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
zero-knowledge-mcp
The starting point for building MCP servers where credential values never exist anywhere. Not in config, not in agent context, not anywhere.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/The-17/zero-knowledge-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"the-17-zero-knowledge-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/The-17/zero-knowledge-mcp"
]
}
}
}