Loading MCP server directory, please wait...
Auth infrastructure for coding agents. User pools, secrets vault, token management. As easy as git.
npx @getmcp/cli add io.github.jyswee/authshoreRequires Node.js 18+. Community-contributed server. Review source before installing.
AUTHSHORE_API_KEYAuthShore API key (as_...). Get one with 'npx authshore signup <project> --email <you>' or at https://authshore.ai.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jyswee/authshore": {
"command": "npx",
"args": [
"mcp-serve",
"-y",
"authshore"
],
"env": {
"AUTHSHORE_API_KEY": ""
}
}
}
}