> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blindfold.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Server

> Blindfold MCP Server for Claude, Cursor, and other AI assistants

Add to your MCP config (Claude Desktop, Claude Code, or Cursor):

```json theme={null}
{
  "mcpServers": {
    "blindfold": {
      "command": "npx",
      "args": ["-y", "@blindfold/mcp-server"]
    }
  }
}
```

No API key needed. 9 tools available: detect, tokenize, detokenize, redact, mask, synthesize, hash, encrypt, discover.

<Card title="Full documentation on GitHub" icon="github" href="https://github.com/blindfold-dev/Blindfold/tree/main/packages/mcp-server">
  All tools, environment variables, setup guides, and examples.
</Card>
