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

MCP Tools

How Admin API routes map to MCP tool names.

Discovery

Call list_modules on every new MCP connection. Tools for unloaded modules are unavailable until you add ?modules= to the MCP URL and reconnect.

Naming pattern

Admin routes convert to tools:

  1. Strip leading /admin/ if present
  2. Replace / with _
  3. Lowercase
  4. Prepend HTTP method: get_, post_, patch_, put_, delete_
Admin routeMCP tool
GET /database/schemasget_database_schemas
POST /database/schemaspost_database_schemas
PATCH /config/databasepatch_config_database
GET /readyget_ready

Config tools

When a module is loaded:

  • get_config_{module}
  • patch_config_{module}

Resources

MCP exposes conduit://docs/* resources including API guides. See MCP setup.

Environment Variables

Core and module environment variable reference.

Migration v0.16 → v0.17

What changed and how to upgrade your deployment and docs.

On this page

DiscoveryNaming patternConfig toolsResources