KarmaloopAI/Jiva
Jiva is a CLI-first, open source autonomous AI agent and open alternative to Claude. Built in TypeScript with a three-agent architecture (Manager, Worker, Client), it autonomously plans and executes tasks from your terminal. Supports MCP servers, a built-in Skills system, and Jiva Personas - a plugin framework fully compatible with Claude Plugins.
Platform-specific configuration:
{
"mcpServers": {
"Jiva": {
"command": "npx",
"args": [
"-y",
"Jiva"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...