authshore for Claude Desktop
io.github.jyswee/authshore
Auth infrastructure for coding agents. User pools, secrets vault, token management. As easy as git.
client:Claude Desktop
transport:sse
runtime:npm
Install authshore in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"authshore": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.authshore.ai/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs