mcpbeat Sign in

CogniRelay MCP Server

local only

CogniRelay runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi.

Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.

Installs per day peak 30 · avg 10 · -19% w/w
a month agotoday
58
Installs / week
pypi · cognirelay
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check CogniRelay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cognirelay -- uvx cognirelay
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cognirelay": {
      "args": [
        "cognirelay"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cognirelay]
command = "uvx"
args = ["cognirelay"]
.cursor/mcp.json
{
  "mcpServers": {
    "cognirelay": {
      "args": [
        "cognirelay"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cognirelay": {
      "args": [
        "cognirelay"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COGNIRELAY_REPO_ROOT (Path to a durable writable CogniRelay repository root for runtime state.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CogniRelay

same job, measured the same way
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
Firekeep
by kapella-hub

Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.

1 608 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Bilinc
by atakanelik34

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

340 installs/wk local only
AdsAgent — Meta Ads MCP
by adsagent

Hosted Meta ads MCP with OAuth, bounded reads, and prepare/confirm writes.

answering
Mnemolog MCP
by pages-mnemolog

Hosted MCP memory and agent control plane for durable conversations, jobs, and operations.

answering
MarsNMe
by marsmanleo

Agent-agnostic memory backend that preserves continuity between humans and AI over time.

86 installs/wk local only
AdsAgent — Google Ads MCP
by adsagent

Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.

answering

CogniRelay — questions

Answers built from our own checks of this server.

Why is there no uptime for CogniRelay?
CogniRelay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cognirelay was installed 58 times last week.
How do I connect CogniRelay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cognirelay straight from pypi; nothing to host, nothing to sign up for.
How many people use CogniRelay?
The pypi package cognirelay was installed 58 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.