Project Relay MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Project Relay MCP Servercreate a review task for the design document"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Project Relay
Project Relay is an evidence-governed coordination layer for multiple AI systems and human reviewers. It uses a Git repository as a shared, inspectable record while MCP provides a provider-neutral integration surface.
Status: pre-alpha M1 candidate. The name is a working title, the protocol is unstable, and no production deployment is implied.
Why it exists
Multi-model work usually fragments across chats, vendors, local tools, and copied prompts. Relay gives that work a common protocol:
one explicit question per task;
named owners, reviewers, and decision authorities;
immutable evidence references and reproducible commands;
independent review before acceptance;
recorded disagreement instead of silent consensus;
human approval for consequential decisions;
no requirement for every model to share one vendor API.
Relay coordinates work. It does not decide whether a scientific claim is true, replace peer review, or make model output trustworthy by default.
Related MCP server: Jules MCP Server
Architecture at a glance
AI clients / humans / IDE agents
|
MCP interface
|
Relay protocol + policy
|
append-only events and evidence
|
Git repository
|
read-only web console / GitHub UIThe canonical record is validated JSON plus referenced artifacts in Git history. Issues, labels, dashboards, and the Pages console are projections of that record, never alternate sources of truth.
Current public milestone
The local M1 vertical slice and the network-free M2 adapter contract now include:
JSON Schemas for tasks, events, evidence, reviews, and decisions;
deterministic canonicalisation and SHA-256 provenance helpers;
append-only event-chain verification plus policy-checked task transitions;
an evidence-bundle CLI that hashes declared artifacts without executing commands;
a read-only MCP server with tools, a task resource, and an independent-review prompt;
a deterministic static console projection of state, history, and gate results;
a synthetic submission, review, remediation, resubmission, and human-decision fixture;
a deterministic GitHub mutation proposal contract with content-addressed inputs;
a memory-only fake GitHub adapter covering conflicts, retries, partial failure, idempotent replay, concurrency, authorization failure, and redaction;
Windows and Linux CI conformance coverage plus a public-boundary scanner.
Authenticated GitHub writes, remote MCP deployment, and hosted multi-tenant operation remain deliberately deferred until their threat models and approval boundaries are reviewed.
Quick start
Requires Node.js 24 or newer.
npm install
npm run check
npm run mcpCheck direct dependency versions without changing the repository:
npm run versions:checkRun the offline local doctor for measured runtime, Git, lockfile, workspace, and worktree checks:
npm run doctorTo review conservative updates and receive an interactive [y/N] installation prompt:
npm run versions:updateThe MCP process uses stdio and reads the workspace specified by RELAY_WORKSPACE (the current directory by default):
{
"mcpServers": {
"project-relay": {
"command": "npm",
"args": ["--prefix", "/absolute/path/to/Project-Relay", "run", "mcp"],
"env": {
"RELAY_WORKSPACE": "/absolute/path/to/a/relay-workspace"
}
}
}
}Use examples/m1 to inspect the complete local remediation loop. examples/minimal remains the smallest M0 kernel fixture.
Create a validated evidence bundle from an explicit manifest:
npm run evidence:create -- --manifest path/to/manifest.json --output path/to/bundle.jsonThe command reads and hashes declared artifacts. It does not execute the commands recorded in the manifest.
Safety and publication boundary
This public repository must never contain credentials, private datasets, unpublished ITSM material, personal information, confidential prompts, or commercial records. .gitignore is not a security boundary: releases must be exported from a separate private workspace using an explicit allowlist and reviewed as if every commit were permanent.
See Publication Boundary and Security before contributing.
Documentation
Licence status
Project Relay is licensed under the Apache License, Version 2.0. See LICENSE and LICENSE-STATUS.md for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceA coordination layer for coding agents that provides memorable identities, inbox/outbox messaging, searchable message history, and file lease management to prevent conflicts. Uses Git for human-auditable artifacts and SQLite for fast queries, enabling multiple agents to collaborate across projects without stepping on each other.2,069MIT
- AlicenseBquality-maintenanceEnables orchestration of multiple Jules AI workers for tasks like code generation, bug fixing, and review using the Google Jules API. It features git integration, a shared memory system, and real-time activity monitoring for complex, multi-agent development workflows.3174
- AlicenseAqualityCmaintenanceEnables multi-model code review by fanning out issues to multiple LLMs simultaneously, diffing their unique insights, optionally running debate rounds, and dispatching subagents to implement fixes with git commits.72MIT
- Alicense-qualityDmaintenanceA lightweight coordination layer for multiple AI agents working on the same codebase, providing check-in and check-out tools via STDIO or Streamable HTTP.341Apache 2.0
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Independent AI-agent reviews: trust checks, evidence scorecards, incident registry, recommendations.
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brendohxd/Project-Relay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server