Skip to main content
Glama
yukinuma-cpu

agent-bridge-mcp

by yukinuma-cpu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGY_PATHNoPath to the agy binary for Antigravity when not in a standard location.
WINPTY_PATHNoPath to winpty binary for Antigravity on Windows when not in a standard location.
AGENT_BRIDGE_ROOTNoSession/task state directory. Defaults to process.cwd().process.cwd()
AGENT_BRIDGE_WORKSPACENoRoot boundary for execution targets. Defaults to process.cwd().process.cwd()

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
agent_sendB

Send an instruction to Claude Code or Codex CLI/SDK. Executes asynchronously in background and returns task_id.

agent_statusB

Check the status, output, or error of a background task dispatched via agent_send.

agent_sessionsC

List active or archived sessions tracked by Agent Bridge.

agent_cancelC

Cancel a currently running agent task.

agent_evidence_checkA

Run Evidence Gate validation: inspect git status/diff and execute test/typecheck/lint commands to produce empirical evidence report.

agent_review_loopA

Execute full autonomous development loop: Codex implements -> Evidence Gate validates -> Claude reviews -> Auto-revision (up to max 2 revisions limit).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources