1. Conduid
  2. RAG
  3. Gyst
MCP server · RAG

Gyst

Persistent memory for AI native teams. Shared memory across Claude Code, Cursor, Codex, and self-hosted LLMs via MCP.

37Low

Scored 4 months ago · breakdown

About Gyst

Gyst is an MCP server in the RAG category: persistent memory for AI native teams. Shared memory across Claude Code, Cursor, Codex, and self-hosted LLMs via MCP. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add gyst -- npx -y gyst-mcp
npx
npx -y gyst-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gyst

Powered by Claude · Grounded in docs

I know everything about Gyst. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Gyst

Give your AI agent your team's memory. In 90 seconds.

npm install -g gyst-mcp && gyst init

The problem

AI coding agents are fast — but stateless. Every session your agent starts fresh: no memory of why the auth service keeps timing out, no knowledge of the deploy-on-Fridays rule, no record of decisions your team made last month. Your agent figures things out and then forgets them. The team never gets smarter.


The solution

  • Self-populating context layer — mined automatically from your git history, code comments, markdown docs, and session transcripts
  • Every session starts ready — your team's rules, conventions, and past decisions are injected before the first prompt
  • Works with every major agent — Claude Code, Cursor, Codex CLI, Windsurf, Gemini CLI

90-second quickstart

npm install -g gyst-mcp && gyst init

Example output:

┌─────────────────────────────────────────────────────┐
│  gyst init                                          │
├─────────────────────────────────────────────────────┤
│  ✓ Database initialized      .gyst/wiki.db          │
│  ✓ MCP server registered     Claude Code            │
│  ✓ MCP server registered     Cursor                 │
│  ✓ Hooks installed           post-commit            │
│  ✓ Scanning codebase ...     42 files               │
│  ✓ Loaded conventions        8 entries              │
│  ✓ Loaded decisions          3 entries              │
│  ✓ Ghost knowledge generated 5 entries              │
├─────────────────────────────────────────────────────┤
│  Restart your AI tool. Context will inject on the   │
│  next session start.                                │
└─────────────────────────────────────────────────────┘

Restart your AI tool. That's it.


What your agent gets

Context type What it is Example
Ghost Knowledge High-confidence facts about your codebase the agent must know "Never deploy on Fridays — batch job runs at 22:00 UTC and will conflict"
Conventions Coding standards scoped to files and directories "All API responses use the ApiResponse<T> envelope shape"
Decisions Architecture choices and the reasons behind them "Switched from Prisma to raw SQL — N+1 queries were killing dashboard load time"
Error Patterns Known failure signatures with their fixes "SQLITE_BUSY on parallel writes — use WAL mode + retry with backoff"

Supported agents

Agent Auto-detected Context injection Hook coverage
Claude Code 12 hooks
Cursor 4 hooks
Codex CLI 4 hooks
Windsurf 4 hooks
Gemini CLI 4 hooks

How it works

Mining: gyst init scans your codebase and git history to build a context layer — zero config, zero manual writing. It extracts conventions from your source files, decisions from commit messages and ADRs, error patterns from TODO/FIXME comments, and structural knowledge from the files your team touches most. The post-commit hook keeps it current automatically after every commit.

Injection: At every session start, Gyst injects your team's ghost knowledge and top conventions into the agent's context window. Subagents get the same injection. When a session ends, anything the agent learned gets distilled back into the context layer, so the next session starts even stronger.


Learn more


Dashboard

gyst dashboard   # opens at localhost:3579

Browse all context entries, inspect the knowledge graph, review low-confidence entries, and track context economics (leverage ratio, zero-result rate, intent mix).


Team mode

Git-sync (zero infrastructure)

The context layer lives in your repo. git pull syncs it automatically via the post-merge hook.

Shared HTTP server

# Admin — set up once
gyst create team "Acme Engineering"
GYST_API_KEY=gyst_admin_... gyst team invite
gyst serve --http --port 3456

# Each developer — one command
gyst join gyst_invite_abc123... "Alice" --server http://your-host:3456

Every developer's AI tools automatically point at the shared context layer. Knowledge grows as the team grows.


License

MIT — see LICENSE.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Gyst

How do I install Gyst?

Run claude mcp add gyst -- npx -y gyst-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gyst safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gyst still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.