@Aauth/Praca
БесплатноНе проверенAn MCP server that brokers discovery and interaction with AAuth resources, providing a fixed set of tools for managing and invoking operations on registered res
Описание
An MCP server that brokers discovery and interaction with AAuth resources, providing a fixed set of tools for managing and invoking operations on registered resources.
README
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 setup
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 |
|---|---|
--log |
Tee JSON-RPC frames to ~/.aauth/proxy/logs/<ISO>.jsonl for debugging. |
Environment variables
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 |
License
MIT
Установить @Aauth/Praca в Claude Desktop, Claude Code, Cursor
unyly install aauth-pracaСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add aauth-praca -- npx -y @aauth/proxyFAQ
@Aauth/Praca MCP бесплатный?
Да, @Aauth/Praca MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Aauth/Praca?
Нет, @Aauth/Praca работает без API-ключей и переменных окружения.
@Aauth/Praca — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Aauth/Praca в Claude Desktop, Claude Code или Cursor?
Открой @Aauth/Praca на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare @Aauth/Praca with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
