
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@aauth/proxy
Advanced tools
AAuth Connector: an MCP stdio server that represents you as an agent in the AAuth protocol. The LLM sees a fixed eight-tool surface; new resources and operations are surfaced through the same tools, regardless of how many you add.
Your AAuth signing key is bound to this machine via @aauth/local-keys — non-extractable when a Secure Enclave, TPM, or YubiKey is available; software-backed otherwise. AAuth Connector holds no upstream service credentials.
Design and protocol details: design.md.
@aauth/bootstrap. AAuth Connector picks the identity up on the next call — no restart.npx @aauth/bootstrap setup
{
"mcpServers": {
"aauth-connector": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"aauth-connector": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}
}
Settings → MCP → Add new server, then add:
{
"aauth-connector": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}
Any stdio MCP host: npx -y @aauth/proxy.
| Flag | Purpose |
|---|---|
--log | Tee JSON-RPC frames to ~/.aauth/proxy/logs/<ISO>.jsonl for debugging. |
All optional; sensible defaults come from @aauth/local-keys.
| Var | Default | Purpose |
|---|---|---|
PROXY_REGISTRY_URL | https://registry.aauth.dev | AAuth resource registry |
PROXY_PS_URL | from local-keys | Person Server URL |
PROXY_AGENT_URL | first configured | Agent provider URL |
PROXY_AGENT_TOKEN + PROXY_AGENT_PRIVATE_JWK (or PROXY_AGENT_KEY_FILE) | — | Test-only software-identity override that bypasses local-keys |
MIT
FAQs
The user's AAuth agent in MCP form — discovery, identity, interaction relay
The npm package @aauth/proxy receives a total of 758 weekly downloads. As such, @aauth/proxy popularity was classified as not popular.
We found that @aauth/proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.