← Back to Plugins
MCP Server MCP

io.github.jyswee/authshore

github By github 👁 1 views ▲ 0 votes

Auth infrastructure for coding agents. User pools, secrets vault, token management. As easy as git.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.authshore.ai/sse",
      "headers": [
        {
          "description": "Bearer token using your AuthShore API key: 'Bearer as_...'. Optional: without one the server starts in onboarding mode and can self-signup via the authshore_signup tool.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "authshore",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "AuthShore API key (as_...). Get one with 'npx authshore signup <project> --email <you>' or at https://authshore.ai.",
          "isRequired": true,
          "isSecret": true,
          "name": "AUTHSHORE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...