Developer tools / Project story
aidrelay
Desktop app for managing and synchronizing MCP servers, rules, skills, and profiles across multiple AI development tools.

01 / Starting point
About the project
aidrelay replaces scattered JSON and Markdown configuration files with one interface. MCP servers, rules, skills, and profiles can be managed centrally and distributed to supported AI development tools.
02 / Constraints
Requirements
Every development tool expects a different configuration format. Changes need a preview, conflict handling, and a way back.
03 / Implementation
Implementation
Client adapters write the format each tool expects. Before saving, aidrelay previews planned changes and conflicts; automatic backups preserve the previous state.
The Electron app runs locally with React, TypeScript, and SQLite. Credentials remain in Windows Credential Manager, with optional Git-based configuration sync.
04 / Current state
The local desktop app previews changes and conflicts before writing configuration files. Automatic backups preserve the previous state; optional Git sync connects configurations across setups.
Project images