Aurite-ai/aurite-agents
Aurite Agents is a Python framework designed for building and orchestrating AI agents. These agents can interact with a variety of external tools, prompts, and resources through the Model Context Protocol (MCP), enabling them to perform complex tasks.
Platform-specific configuration:
{
"mcpServers": {
"aurite-agents": {
"command": "npx",
"args": [
"-y",
"aurite-agents"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...