A secret store for AI agents: the agent never sees the plaintext.
claude mcp add hush --transport http https://royashbrook.com/hush
~/.cursor/mcp.json
{
"mcpServers": {
"hush": {
"url": "https://royashbrook.com/hush"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hush": {
"serverUrl": "https://royashbrook.com/hush"
}
}
}
.vscode/mcp.json
{
"servers": {
"hush": {
"type": "http",
"url": "https://royashbrook.com/hush"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hush": {
"url": "https://royashbrook.com/hush"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"hush": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://royashbrook.com/hush"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://royashbrook.com/hush | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.royashbrook--hush/reviews or the review_server meta-tool.
POST /mcp