
interego
Updated today@interego/core
Persistent, verifiable, federated memory for AI agents — owned by you, portable across runtimes, signed by construction.
Drop the MCP relay into any agent that speaks MCP (Claude Code, Cursor, Codex, Windsurf, Cline, Hermes, OpenClaw, …) and the agent gets context that survives sessions and machines, that other agents can read and verify, and that you control end-to-end.
// ~/.claude.json / .cursor/mcp.json / .codex/config.toml equivalent
{
"mcpServers": {
"interego": {
"url": "https://relay.interego.xwisee.com/mcp"
}
}
}
/mcp is the Streamable HTTP transport — a single endpoint that carries request, response, and notifications. Current MCP clients (Claude Code, Cursor, Codex CLI, Windsurf, Cline) prefer it. If your client only speaks the older SSE-style transport, use /sse on the same host — both endpoints are live on the relay and back the same identities and pods.
The first tool call walks you through a passkey or wallet enrollment in the browser, mints your DID + pod, and issues a bearer token. Subsequent calls reuse the same identity from any device.
Adding the connector to ChatGPT or Claude.ai (web / mobile)
The hosted relay is exposed as a remote MCP server, so GUI clients can mount it without a config file. The same connector entry covers web and mobile — settings sync through your account.
ChatGPT (web or mobile)
- Open Settings → Connectors → Add custom connector. (Available on ChatGPT Pro, Team, and Enterprise; exact menu label and location vary by plan and platform.)
- Name it whatever you like, e.g.
Interego. - URL:
https://relay.interego.xwisee.com/mcp - Save. On first use, ChatGPT opens a browser tab for OAuth — enroll a passkey or connect a wallet there, then return to the chat.
- The same connector then works in the ChatGPT web app and the ChatGPT mobile app (iOS / Android), because connector settings sync through your OpenAI account.
Claude.ai (web or mobile)
- Open Settings → Connectors → Add custom connector (on some surfaces this appears as Configure connector in the conversation menu).
- URL:
https://relay.interego.xwisee.com/mcp - Save. The OAuth flow opens in your browser — enroll a passkey or connect a wallet on first use.
- The same connector then covers Claude.ai on the web and the Claude mobile app, because connector settings sync through your Anthropic account.
If a client only supports the older SSE-style endpoint, swap /mcp for /sse on the same host. Everything else stays identical.
Status: reference implementation. Hosted on the maintainer's Railway project for evaluation. Self-host (
examples/personal-bridge/) before you depend on it. The compliance + audit-trail work in this repo is infrastructure for SOC 2 / EU AI Act / NIST RMF evidence — it is not an attested control environment by itself.
L1 protocol: Last Call Working Draft (2026-05-16). Wire format and core vocabulary (
iep:/ieh:/pgsl:/ie:/align:) are frozen for v1.0 pending Candidate Recommendation. Editors commit no breaking changes through 2027-05-16 without a deprecation cycle. Seespec/STABILITY.mdfor the practical adopter-facing commitment, andspec/architecture.mdfor the normative spec. Second implementations (any language) are warmly welcomed — open an issue and we will work with you.
Author: Mark Spivey License: MIT
What's underneath (for readers who want the protocol view)
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-fetch
OfficialUpdated 14d agoA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

@modelcontextprotocol/server-everything
OfficialUpdated 14d agoMCP server that exercises all the features of the MCP protocol