An MCP server for EventSourcingDB.
1.9K
EventSourcingDB MCP Server is an MCP server that connects LLMs to EventSourcingDB ā enabling AI-assisted exploration, querying, and management of event streams through natural language.
This image provides the official Docker distribution of the EventSourcingDB MCP Server. It is suitable for development, testing, and production deployments.
š Full documentationā
Start the EventSourcingDB MCP Server in seconds using Docker:
docker run -it -p 3000:3000 \
thenativeweb/eventsourcingdb-mcp:<VERSION> run \
--esdb-url=<ESDB_URL> \
--esdb-api-token=<ESDB_API_TOKEN> \
--http-enabled \
--https-enabled=false
Replace the placeholders:
<VERSION>: Docker image tag to use (e.g. 1.0.0)<ESDB_URL>: URL of the running EventSourcingDB instance<ESDB_API_TOKEN>: API token of the EventSourcingDB instanceā ļø Do not use this configuration in production.
It uses HTTP without TLS and no MCP server authentication ā both insecure for real-world use.
To run the EventSourcingDB MCP Server securely in production, configure the container with:
--api-token)--restart always and --initš ļø See the MCP server documentationā for complete instructions.
The EventSourcingDB MCP Server is free to use without restrictions.
EventSourcingDB itself is free for small projects (up to 25,000 events). A commercial license is required for larger projects.
š Licensing detailsā
š¬ Contact us: [email protected]ā
We support teams with architecture, integration, scaling, and operations.
Feel free to reach out: [email protected]ā
Content type
Image
Digest
sha256:953261861ā¦
Size
5.3 MB
Last updated
7 months ago
docker pull thenativeweb/eventsourcingdb-mcp