flowrelay-mcp-server

flow-relay/flowrelay-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Flow Relay MCP Server – Multi-tenant Model Context Protocol server exposing Flow Relay AI handoffs, project context and engineering insights to Claude Desktop, Claude Code and MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flowrelay-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "flow-relay/flowrelay-mcp-server"
      ]
    }
  }
}