Set up Agentation end to end in a local web project: read the current official docs first, install the toolbar, run the local Agentation server, configure MCP for Codex or another supported agent, and verify that the browser feedback loop actually works.
Use this skill when a project should support in-browser feedback through the Agentation toolbar and the agent should receive that feedback through MCP instead of copy-paste.
Typical cases:
Before making changes, read the current official docs and treat them as authoritative if they differ from this skill:
This skill is intentionally procedural. The docs above stay current; your implementation should follow them.
Inspect the target project first.
Install the minimum app-side dependencies.
agentation as a dev dependency.Mount the toolbar near the app root.
http://localhost:4747.Add a local server command to the project.
agentation:mcp that starts agentation-mcp server.npx over undocumented global requirements.Configure MCP for the agent.
npx add-mcp "npx -y agentation-mcp server"codex CLI is available, prefer an explicit Codex entry:
codex mcp add agentation -- npx -y agentation-mcp server --mcp-only --http-url http://localhost:4747Verify the setup instead of assuming it worked.
npx agentation-mcp doctor or the local package-manager equivalent.codex mcp list and codex mcp get agentation when available.client:only="react" from a shared layout or top-level page shell.