If you're building agents that call external APIs or trigger risky operations, this server sits between the LLM and execution to create an approval layer. It exposes five read-only tools like validate_action_card and resolve_action_card that return Decision Receipts and trace references instead of running the action directly. Your code keeps control of actual execution while the agent gets cryptographic proof that a human or policy engine approved the step. Requires a Neura Registry Agent Passport for production use. Auth is bearer token over streamable HTTP, and all errors return safe references you can share in support threads without leaking secrets.
Public tool metadata for what this MCP can expose to an agent.
project.listList all Relay projects you have access to. Returns project IDs, names, slugs, and descriptions.1 paramsList all Relay projects you have access to. Returns project IDs, names, slugs, and descriptions.
limitnumberproject.get_briefFetch a project context brief — decisions, constraints, progress, and memory items formatted for an AI coding session.4 paramsFetch a project context brief — decisions, constraints, progress, and memory items formatted for an AI coding session.
kindstringincludearrayprojectIdstringtargetProfileKeystringproject.get_stateGet full structured project state including overview, objectives, decisions, constraints, and tasks.1 paramsGet full structured project state including overview, objectives, decisions, constraints, and tasks.
projectIdstringmemory.searchSearch memory items by keyword or semantic query. Returns matching decisions, constraints, tasks, notes, and other memory items.5 paramsSearch memory items by keyword or semantic query. Returns matching decisions, constraints, tasks, notes, and other memory items.
tagsarraylimitnumberquerystringtypesarrayprojectIdstringmemory.addAdd a memory item to the project. Use this to persist decisions, constraints, tasks, or notes discovered during the session.5 paramsAdd a memory item to the project. Use this to persist decisions, constraints, tasks, or notes discovered during the session.
tagsarraytypestringtitlestringcontentstringprojectIdstringcontext.saveSave a structured session summary with decisions, progress, next steps, and constraints. Call this at the end of a coding session.7 paramsSave a structured session summary with decisions, progress, next steps, and constraints. Call this at the end of a coding session.
notesarraysummarystringprogressstringdecisionsarraynextStepsarrayprojectIdstringconstraintsarraymemory.manageUpdate, delete, or archive an existing memory item by its ID.5 paramsUpdate, delete, or archive an existing memory item by its ID.
tagsarraytitlestringactionstringcontentstringmemoryIdstringproject.updateUpdate a project's name or description.3 paramsUpdate a project's name or description.
namestringprojectIdstringdescriptionstringmemory.recallSearch memory and retrieve project state in one call. Use before making decisions to check for existing constraints and context.2 paramsSearch memory and retrieve project state in one call. Use before making decisions to check for existing constraints and context.
querystringprojectIdstring