Home /
AI/LLM / awesome-universal-agent-brain-manager
Universal control center for AI agent skills, MCP servers, and workflow presets across Claude, Codex, Antigravity, Cursor, and 15+ AI coding tools.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-universal-ag": {
"command": "npx",
"args": [
"-y",
"imyigo/awesome-universal-agent-brain-manager"
]
}
}
}
Run in terminal:
claude mcp add awesome-universal-ag npx -y imyigo/awesome-universal-agent-brain-manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-universal-ag": {
"command": "npx",
"args": [
"-y",
"imyigo/awesome-universal-agent-brain-manager"
]
}
}
}