ADK 2.0 expense-approval agent with MCP server, security gate, and human-in-the-loop review.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"auroragate-expense-a": {
"command": "npx",
"args": [
"-y",
"secret963-ai/auroragate-expense-agent"
]
}
}
}
Run in terminal:
claude mcp add auroragate-expense-a npx -y secret963-ai/auroragate-expense-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"auroragate-expense-a": {
"command": "npx",
"args": [
"-y",
"secret963-ai/auroragate-expense-agent"
]
}
}
}