Auth infrastructure for coding agents: user pools, secrets vault, token management, as easy as git. CLI + MCP server (18 tools, local or remote).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"authshore": {
"command": "npx",
"args": [
"-y",
"jyswee/authshore"
]
}
}
}
Run in terminal:
claude mcp add authshore npx -y jyswee/authshore
Add to .cursor/mcp.json:
{
"mcpServers": {
"authshore": {
"command": "npx",
"args": [
"-y",
"jyswee/authshore"
]
}
}
}