@aauth/praca
OfficialAllows interaction with HubSpot API through AAuth resources, enabling management of contacts and other CRM data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@aauth/pracaadd api-hubapi-com.hello-proxy.net"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@aauth/proxy
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. The agent proxy holds no upstream service credentials.
Design and protocol details: design.md.
Prerequisites
Node ≥ 22.
An AAuth identity on this machine. If none exists, the agent proxy's MCP server still starts; the first tool call returns a bootstrap prompt that points the LLM at
@aauth/bootstrap. The agent proxy picks the identity up on the next call — no restart.
npx @aauth/bootstrap setupRelated MCP server: attest-mcp-server
Install
Claude Code
{
"mcpServers": {
"aauth-proxy": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}
}Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"aauth-proxy": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}
}Cursor
Settings → MCP → Add new server, then add:
{
"aauth-proxy": { "command": "npx", "args": ["-y", "@aauth/proxy"] }
}Other MCP hosts
Any stdio MCP host: npx -y @aauth/proxy.
CLI flags
Flag | Purpose |
| Tee JSON-RPC frames to |
Environment variables
All optional; sensible defaults come from @aauth/local-keys.
Var | Default | Purpose |
|
| AAuth resource registry |
| from local-keys | Person Server URL |
| first configured | Agent provider URL |
| — | Test-only software-identity override that bypasses local-keys |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aauth-dev/proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server