Back to directory
scottpedia0/access

scottpedia0/access

@Scottpedia0

Self-hosted credential store + API proxy + MCP server for agents and scripts. One Bearer token for all services.

credential-storeapi-proxymcp-serveroauthagentself-hostedbearer-tokensecuritycloud

Installation & Configuration

{
  "mcpServers": {
    "access": {
      "command": "node",
      "args": [
        "mcp-server.mjs"
      ],
      "env": {
        "ACCESS_BASE_URL": "http://localhost:3000",
        "GLOBAL_AGENT_TOKEN": "your-token-here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15