MCP server Claude CodeCodexCursor +2
MCP server "grove-network", hosted remotely at host.docker.internal, as configured in bearlike/Grove.
MCP server Claude CodeCodexCursor +2
MCP server "grove-network", hosted remotely at host.docker.internal, as configured in bearlike/Grove.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP Server for interfacing with tmux sessions. Runs locally from the tmux-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server "openalex", hosted remotely at openalex.caseyjhand.com, as configured in bearlike/Grove.
MCP server Claude CodeCodexCursor +2
MCP server "wikidata", hosted remotely at wd-mcp.wmcloud.org, as configured in bearlike/Grove.
MCP server Claude CodeCodexCursor +2
MCP server "huggingface", hosted remotely at hf.co, as configured in bearlike/Grove.
MCP server Claude CodeCodexCursor +2
MCP server "gitmcp", hosted remotely at gitmcp.io, as configured in bearlike/Grove.
Instructions file CodexOpenCode
Instructions for bearlike/Grove: This is a shim file for external agents.
Instructions file
Instructions for bearlike/Grove, covering grove — agent guide, handling a handed-off issue (the autonomous workspace loop), core operating rules, project structure and the distributed claude.md tree.
Plugin Claude Code
Grove's fleet-orchestration, in-workspace reporting, configuration and reinstall skills, shipped from the package that implements them.
Agent
This is a shim file for external agents.
Agent
This package reads an agent tool's native sessions and normalizes them to the AgentActivity / AgentSession model (frozen dataclasses in model.py); clients and the ActivityService consume only that, never a raw transcript. The AgentAdapter Protocol (base.py) is the seam; impls are ClaudeCodeAdapter (filesystem…
Skill Claude CodeCodex
Use when a user wants to set up or change Grove's configuration, for a host/user or for a project. Covers the global user config, the committed project config, machine-local overrides, agents, init scripts, containers, tmux and peek tuning, the TUI theme, the daemon auth, notifications, and ticket providers (Gitea…
Skill Claude CodeCodex
Use when a user wants to reinstall, update, or upgrade Grove after pulling new code, or when they report seeing the OLD UI / stale behavior after an update ("I still see the old dashboard", "the redesign isn't showing", "I reinstalled but nothing changed"). Covers the editable uv-tool install model, the…
Skill Claude CodeCodex
Use when orchestrating a fleet of independent coding agents with Grove from OUTSIDE — isolated per-task workspaces (tmux plus git worktree, host or container) across model providers and harnesses. Triggers on: spinning up, steering, pausing, resuming or killing workspaces, grove create/fleet/show/message/tickets, the…
Skill Claude CodeCodex
Use when you are the coding agent running INSIDE a Grove workspace — a git worktree Grove created for one task, on the host or in a container. Triggers on: reporting or updating your task phase or progress, GROVEPHASEFILE or .grove/phase.json, grove phase, grovesetworkspacephase, naming this workspace or setting its…