MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Z
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.

Created 3/5/2026
Updated about 3 hours ago
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" ] } } }