aionยทmcp
All servers
๐ŸŽ›๏ธ
HTTPโ˜… Featured

Meridian

Human-in-the-loop prompting for coding agents โ€” approve, choose, fill a form, or notify.

promptshuman-in-the-loopmeridian

Connect your client

Endpointhttps://mcp.fastverk.com/meridian/mcp

Claude Code adds it straight from the CLI. In Claude Desktop or claude.ai, open Settings → Connectors → Add custom connector and paste the endpoint URL.

Terminal โ€” Claude Codebash
claude mcp add --transport http meridian https://mcp.fastverk.com/meridian/mcp

First connect triggers sign-in if the server requires it.

About

Meridian lets a coding agent pause and ask a human. Four tools: request_approval (approve/reject a proposed diff), ask_choice (pick one of several options), request_input (fill a structured form), and notify (fire-and-forget status). Each prompt is written as a HumanPrompt CR and rendered as a meridian component in the console; the human's answer flows back to the agent โ€” the blocking tools wait on it over NATS, or hand back a durable pending handle to resume from.

Docs Source