Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)
Web TippsUse custom web fonts in Google Sheets charts(08.09.2026 um 17:05 Uhr)
Web TippsIntroducing the new 1Password App for Google Chat(08.09.2026 um 18:02 Uhr)

🔧 Programmierung 🕛 vor 3 Monaten 3 Min Lesezeit
0

Syncing AI agents across Claude, Gemini, and Cursor

↗ Quelle (dev.to)
🗣️ Stimme:

If you are using AI coding assistants today, chances are you aren't just using one. You might be using Claude Code in the terminal for rapid CLI actions, Gemini CLI for long-context search, and Cursor or Copilot as your main IDE.



But there is a major friction point: none of these tools talk to each other.



If you configure a Model Context Protocol (MCP) server in Claude, Cursor knows nothing about it.

If you write a detailed custom system prompt (agent instructions) for Gemini CLI, Claude starts as a blank slate.

You end up manually copy-pasting files and duplicating JSON configs across five different directories.

To solve this, I built Wasla (Arabic for "connection") — a universal synchronization layer for AI coding tools.



What is Wasla?



Wasla is an open-source CLI and daemon that monitors and syncs your agent instructions and MCP servers across Claude Code, Gemini CLI, Cursor, and more.



It runs entirely locally, takes seconds to set up, and ensures your assets are shared across every tool you use.



You can set up Gemini in your workspace with: npx @untitled-devs/wasla setup gemini --scope workspace



How it Works Under the Hood



Instead of copying entire folders (which leads to file duplication and conflicts), Wasla uses a "Latest is Greatest" strategy and lightweight reference stubs:



Asset Discovery: Wasla scans your configured tool directories (like ~/.claude/ and ~/.gemini/).

Reference Stubs: Instead of copying whole files, it writes a lightweight reference pointer. When Claude loads the stub, it points directly to the original file created in Gemini.

Automatic Mirroring: Whichever tool you edited most recently becomes the source of truth for the next sync.

Here is a quick look at the directory mapping:



~/.gemini/agents/planner.md (Original file) ~/.claude/agents/planner.md (Stub pointing to Gemini original) ~/.openclaw/agents/planner.md (Stub pointing to Gemini original)



Key Features



Dual-Scope Syncing You can choose how you sync your configurations:

--scope workspace: Keep prompts and configs local to your active project or git repository.

--scope user: Share your custom agents globally across your entire machine.

Daemon Watch Mode Run "wasla watch". It runs quietly in the background, listening for file saves, and updates every tool's directory instantly.



Interactive Web Dashboard Run "wasla visualizer". It spins up a local React dashboard showing exactly which agents, instructions, and MCP servers are connected to which tools.



Getting Started



You can install it globally or run it directly using npx:



npx @untitled-devs/wasla watch --scope user



The project is fully open-source (MIT). I would love to hear your thoughts, feedback on the architecture, or ideas for new adapters!



Check out the repo here: https://github.com/The-Untitled-Org/wasla

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
3 Quellen
Use custom web fonts in Google Sheets charts
2 Quellen
Introducing the new 1Password App for Google Chat
1 Quelle
Context-aware access controls are available for Gemini Enterprise in the Admin console
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Syncing AI agents across Claude, Gemini, and Cursor

Thematisch verwandte Begriffe: Syncing, agents, across, Claude · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...