mcordmcordVOICE · MESSAGES · COMMUNITY

Developer automation

Run your own bot workers for mcord

mcord supports Node.js and Python bot workers that developers run on their own infrastructure and connect through REST and Gateway interfaces. Self-hosting applies only to the bot worker, not to the complete mcord platform.

01

Keep the bot process on infrastructure you control

A developer can deploy a bot worker on a chosen server or runtime and maintain that process independently. This makes it possible to match bot operations to an existing development and deployment workflow.

The boundary is important: the independently hosted component is the bot worker. mcord itself is not being presented as a fully self-hosted community platform.

  • Node.js or Python bot workers
  • Developer-controlled worker hosting and deployment
  • mcord connection through REST and Gateway interfaces
02

Connect event-driven and request-based workflows

Gateway connectivity can support a worker that responds to activity as it occurs, while REST interfaces support request-based interaction with mcord capabilities exposed to bots.

The bot's exact behavior remains part of the developer's implementation, allowing each community to automate the tasks that actually match its workflow.

03

Treat bot operations as a maintained service

Because the worker runs outside mcord, its operator is responsible for deployment, availability, logs, dependencies, and keeping its credentials protected. A failed or stopped worker cannot perform its automation until it is restored.

Community roles and permissions should still be planned carefully so a bot is used only in the spaces and workflows intended for it.

FAQ

Questions and direct answers

What part of mcord can be self-hosted?

Only a custom bot worker can be hosted on infrastructure selected by its developer. This page does not claim that the entire mcord platform is self-hosted.

Which languages can be used for mcord bots?

mcord supports bot workers built with Node.js or Python.

How does a bot worker connect to mcord?

Bot workers connect through mcord REST and Gateway interfaces.

Who operates a self-hosted bot worker?

The developer or organization running the worker is responsible for its infrastructure, deployment, dependencies, logs, and availability.

MCORD KNOWLEDGE GRAPH

MCORD · STAY CLOSE

Connect your own bot workflow to mcord

Choose Node.js or Python, operate the worker on your infrastructure, and integrate through REST and Gateway interfaces.