Syke.

Observe everything. Ask anything.

Cross-harness agentic memory. Your one identity for all your AI.

works withClaude CodeClaude DesktopOpenCodeCursor+ more
here, set it up, dev.mysyke.com, make no mistakes

Paste into Claude Code, Cursor, or any agent with terminal access.

or
$ uvx syke setup --yes

You and your agents

Four sessions. Three projects. One memory.

project

read_file("middleware.ts")
→ JWT validation, role checks
→ 3 patterns match
 
edit_file("routes/login.ts")
+ token refresh logic
+ error handling updated
✓ 3 files changed
 
run_tests("auth")
auth.test.ts ✓ 23
routes.test.ts ✓ 14
37 passed · 1.4s
 
create_memory("auth layer done")
→ linked: api-redesign
read_file("middleware.ts")
→ JWT validation, role checks
→ 3 patterns match
 
edit_file("routes/login.ts")
+ token refresh logic
+ error handling updated
✓ 3 files changed
 
run_tests("auth")
auth.test.ts ✓ 23
routes.test.ts ✓ 14
37 passed · 1.4s
 
create_memory("auth layer done")
→ linked: api-redesign

Claude Code

research

web_search("attention 2026")
[1] FlashAttention-3
Shah et al. · 2025
[2] Ring Attention
Liu et al. · 2025
[3] PagedAttention v2
Kwon et al.
 
embed_documents(3)
recall@10: 0.94
precision@5: 0.88
 
synthesize_notes()
"Ring attn: 10M ctx
linear memory scale..."
 
create_memory("attn survey")
→ 3 papers indexed
web_search("attention 2026")
[1] FlashAttention-3
Shah et al. · 2025
[2] Ring Attention
Liu et al. · 2025
[3] PagedAttention v2
Kwon et al.
 
embed_documents(3)
recall@10: 0.94
precision@5: 0.88
 
synthesize_notes()
"Ring attn: 10M ctx
linear memory scale..."
 
create_memory("attn survey")
→ 3 papers indexed

Cursor

life

sync_health_data()
steps 8,247 / 10,000
sleep 7h 42m
deep 2h 12m
water 2.1L / 3.0L
 
read_calendar("tomorrow")
10am standup
2pm design review
5pm 1:1 with lead
 
log_meals()
oats + berries 320 cal
salmon poke 480 cal
stir-fry 550 cal
 
create_memory("week 12 health")
streak: 12 days active
sync_health_data()
steps 8,247 / 10,000
sleep 7h 42m
deep 2h 12m
water 2.1L / 3.0L
 
read_calendar("tomorrow")
10am standup
2pm design review
5pm 1:1 with lead
 
log_meals()
oats + berries 320 cal
salmon poke 480 cal
stir-fry 550 cal
 
create_memory("week 12 health")
streak: 12 days active

OpenCode

work

fetch_inbox()
14 unread · 3 flagged
 
→ sam: "PR review needed"
reply("LGTM, ship it.")
✓ sent
 
→ alex: "API integration"
draft_reply(spec.pdf)
✓ queued
 
summarize_threads()
3 action items extracted
2 follow-ups scheduled
 
create_memory("inbox zero tue")
→ 14 processed in 4m
fetch_inbox()
14 unread · 3 flagged
 
→ sam: "PR review needed"
reply("LGTM, ship it.")
✓ sent
 
→ alex: "API integration"
draft_reply(spec.pdf)
✓ queued
 
summarize_threads()
3 action items extracted
2 follow-ups scheduled
 
create_memory("inbox zero tue")
→ 14 processed in 4m

Codex

SYKE

always in context

CROSS-HARNESS RECALL

One harness asks. Another remembers.

A real moment from your timeline: Hermes asks Syke what was learned in Claude Code, gets four concrete rules, and patches its own config.

Without Syke
With Syke

Built for the AI-native

Simple, private, and extensible. Context that works the way you do.

Privacy First

All data stays local on your machine.

Live Daemon

MEMEX.md acts like a morphable language cache for all your agents while you work and synthesizes.

Open Source

Inspect every line. No telemetry, no tracking, no surprises.

Federated & Self-evolving

Works alongside your agents — doesn’t replace their memory. Evolves as your life and work change.

Get started.

One command. Works with any MCP client.

install_syke.sh
$ uvx syke setup --yes
# Detects claude login automatically
# Ingesting: Claude Code · GitHub · Gmail · ChatGPT
Ingesting... 847 events
Synthesizing...
✓ Memex built. Context distributed.
> You are now always in context.