Prevent AI agents from leaking your API keys. Phantom token proxy + MCP server. 27 commands, 10 tools. v0.4.0
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"phantom-secrets": {
"command": "cargo",
"args": [
"run",
"--",
"phantom-secrets"
]
}
}
}
Run in terminal:
claude mcp add phantom-secrets cargo run -- phantom-secrets
Add to .cursor/mcp.json:
{
"mcpServers": {
"phantom-secrets": {
"command": "cargo",
"args": [
"run",
"--",
"phantom-secrets"
]
}
}
}