Conduit
Conduit
Docsllms.txtHostingGitHubIntroduction

Getting Started

OverviewInstall ConduitMCP SetupYour First AppStart with AI

Learn

ArchitectureClient vs Admin APIConfiguration

Modules

OverviewAuthenticationAuthorizationDatabaseStorageCommunicationsChatRouterFunctions

Guides

Next.js IntegrationReBAC Team ScopingGitOps State Export

Deployment

Deployment OverviewDocker ComposeKubernetes and HelmLocal from SourceContainer Images

Reference

CLI ReferenceClient APIAdmin APIEnvironment VariablesMCP Tools

Resources

Migration v0.16 → v0.17Legacy DocumentationChangelogFAQGlossaryContributing

Environment Variables

Core and module environment variable reference.

Every module process

VariableRequiredPurpose
CONDUIT_SERVERYesCore gRPC address (host:port)
SERVICE_URLYesThis module's reachable address
GRPC_PORTNogRPC bind port (default 5000)
GRPC_KEYProductionShared inter-module secret

Core / ports

VariableDefaultPurpose
ADMIN_HTTP_PORT3030Admin API
CLIENT_HTTP_PORT3000Client API (router)
CLIENT_SOCKET_PORT3001Client WebSockets
REDIS_HOST / REDIS_PORT—Config bus

Database module

VariablePurpose
DB_CONN_URIMongoDB or PostgreSQL connection string

See deployment guides for compose and Helm-specific overrides.

Admin API

REST, GraphQL, and WebSocket admin surface on core — auth, scope, and MCP relationship.

MCP Tools

How Admin API routes map to MCP tool names.

On this page

Every module processCore / portsDatabase module