MCP Server
Active
MIT
Phantom Secrets MCP Server
io.github.ashlrai/phantom-secrets-mcp
What is the Phantom Secrets MCP server?
Stop AI coding agents from leaking API keys. Local proxy swaps real secrets for phm_ tokens.
How to install Phantom Secrets
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"phantom-secrets-mcp": {
"command": "npx",
"args": [
"-y",
"phantom-secrets-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"phantom-secrets-mcp": {
"command": "npx",
"args": [
"-y",
"phantom-secrets-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"phantom-secrets-mcp": {
"command": "npx",
"args": [
"-y",
"phantom-secrets-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"phantom-secrets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"phantom-secrets-mcp"
]
}
}
}Claude Code
claude mcp add phantom-secrets-mcp -- npx -y phantom-secrets-mcpRelated MCP servers
webfetch
Active
License-first federated image search with attribution, dimensions, and download tooling.
2
View repository →JavaScript
MIT