Keeper Secrets Manager for Cursor
io.github.wyre-technology/keeper-mcp
Read-only multitenant Streamable HTTP bridge over Keeper Secrets Manager's MCP server.
client:Cursor
transport:stdio
runtime:oci
Install Keeper Secrets Manager in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keeper-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/keeper-mcp:v1.0.0"
],
"env": {
"PORT": "<PORT>",
"KSM_MCP_BIN": "<KSM_MCP_BIN>",
"CHILD_HOME": "<CHILD_HOME>",
"IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<SPAWN_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs