andeya/ide-relay-mcp
Relay is an MCP server that turns relay_interactive_feedback into a blocking tool call. Human feedback layer for AI IDEs (MCP)
Platform-specific configuration:
{
"mcpServers": {
"ide-relay-mcp": {
"command": "npx",
"args": [
"-y",
"ide-relay-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
<br/>
Native human-in-the-loop for MCP — one binary, localhost HTTP, same tool turn.
<p align="center"> <a href="https://github.com/andeya/ide-relay-mcp/releases/latest"></a> <a href="LICENSE"></a> <a href="https://tauri.app/"></a> <a href="https://www.rust-lang.org/"></a> <a href="https://vuejs.org/"></a> </p>
[Download](https://github.com/andeya/ide-relay-mcp/releases/latest) · [简体中文](README_zh.md)
Author: andeya · andeyalee@outlook.com
<br/>
</div>
---
Relay is an MCP server that turns `relay_interactive_feedback` into a blocking tool call: the agent pauses, a Tauri + Vue window collects your Answer, and the same JSON-RPC round-trip returns it—no cloud relay, no stuffing giant assistant text through shell argv.
Inspired by interactive-feedback-mcp; Relay replaces per-invocation subprocess hacks with a dedicated GUI process and a small loopback HTTP API (Axum, Bearer token, gui_endpoint.json discovery).
<p align="center"> </p> <p align="center"><sub><strong>Relay hub</strong> next to your IDE — write your <strong
Loading reviews...