Agent
Freeby MCP Community
Authenticated MCP transport with HTTP Signatures for AAuth agents
v0.6.0Added Apr 12, 2026
aauthmcphttp-signatures
Agent MCP Server
Authenticated MCP transport with HTTP Signatures for AAuth agents
Installation
npx -y @aauth/mcp-agent
Reviews
Installation
Quick install
npx -y @aauth/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@aauth/mcp-agent"]
}
}
}