byndr-dev
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@byndr-devPropose translations for articles missing German translations."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Covaga Hub
An open platform for EPLAN teams, built on Cloudflare — data enrichment and automations in one place.
⚠️ Work in progress — largely conceptual. The design below describes where this is going; only the Foundation (Stage 1) is implemented today. Interfaces and scope will change. See
ARCHITECTURE.mdfor the roadmap.
Why
EPLAN article databases are full of gaps: missing translations and descriptions. And useful events (a PDF export, a BOM change) never leave the desktop. Covaga Hub tackles both:
Data + Gym. Ingest a read-only snapshot of your article database, then let an LLM close text gaps (translations, descriptions) through an MCP server. The validators are deterministic and run on the server — the model proposes, the server decides. Proposals are reviewed like pull requests; once a human approves, the change is queued and a small local client writes it back into EPLAN.
Automations. Route EPLAN events (PDF/BOM exports, project events) to where an engineering team actually looks — Microsoft Teams, email, a shared drive, or a plain webhook you control.
Related MCP server: WinCC OA MCP Server
Principles
The cloud never writes to EPLAN. It produces proposals and a write queue; a local client applies only human-approved changes.
Overlay, never mutation. The gym's only output is proposals; it never edits ingested data.
Your data stays yours. Real article data lives in a private database, never in this repository. You bring your own.
Per-tenant from day one.
Quickstart (development)
npm install
npm run dev # local worker
npm test # run the test suiteCreate a tenant (prints its API key once):
node scripts/create-tenant.mjs "My Team"Self-hosting
Covaga Hub runs on Cloudflare (Workers + D1 + Durable Objects); deploy it to your own
Cloudflare account with Wrangler (see Quickstart). For teams that cannot use the
cloud, a fully-local runtime via workerd / Miniflare — the same runtime the test
suite already uses — is on the roadmap. Note: Wrangler configuration uses TOML or
JSON(C), not YAML.
Contributing
Contributions welcome — please read CONTRIBUTING.md. In short: TypeScript strict,
no any, no null, tests green, Conventional Commits.
License
MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server for Polarion ALM. Lets AI assistants read documents, work items, and traceability links — and create, update, and reorganize work items — directly from your Polarion instance.4688 PyPI15MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges AI assistants with WinCC OA projects, enabling natural language queries for datapoint search, manager management, and CTL script execution.2MIT
- AlicenseBqualityDmaintenanceIntegrates PTC Windchill and Creo Parametric with LLM-based clients via the Model Context Protocol, enabling natural language interaction with PLM and CAD systems for tasks like part search, BOM retrieval, model operations, and exports.114MIT
- FlicenseNot gradedqualityBmaintenanceA Model Context Protocol server that exposes WinCC OA datapoint operations as LLM-callable tools, enabling read, write, create, delete, and query operations on datapoints.-