giraffe-tree/agent-base
Agent Base is a source-level research project on coding agents. It compares Codex CLI, OpenCode, Gemini CLI, Kimi CLI, and SWE-agent across agent loops, tools, MCP integration, context/memory handling, UI flows, web architecture, and safety controls.
Platform-specific configuration:
{
"mcpServers": {
"agent-base": {
"command": "npx",
"args": [
"-y",
"agent-base"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...