Claude Code plugins by the native web GmbH.
| Plugin | Description |
|---|---|
| esdb | Interact with EventSourcingDB using its HTTP API |
Add the marketplace to Claude Code:
/plugin marketplace add thenativeweb/claude-pluginsThen install any plugin listed above.
Interact with EventSourcingDB using its HTTP API.
/plugin install esdb@thenativewebSet the following environment variables:
ESDB_URL– Base URL of your EventSourcingDB instance (default:http://localhost:3000)ESDB_API_TOKEN– API token for authentication (you will be asked if not set)
/esdb:ping
/esdb:verify-api-token
/esdb:write-events
/esdb:read-events
/esdb:observe-events
/esdb:read-subjects
/esdb:read-event-type
/esdb:read-event-types
/esdb:run-eventql-query
/esdb:register-event-schema