Codmir Docs
Codmir Docs
OverviewGet Started
About Codmir
API Reference
Codmir Codec SDK
Concepts
Codmir AI Fabrick
ArchitectureMCP LayerMetrics & SLAsOrchestrationOverviewRoadmapRolesStandard Flow (Light ↔ Heavy)Whitepaper — Codmir Fabrick
Use Cases
Codmir AI Fabrick

MCP Layer

Model Context Protocol bindings for plug-and-play tools.

MCP Layer

MCP is the plug-in fabric that connects roles to capabilities.

  • Browser control (mcp.browser)
  • Security scanning (sec.scan)
  • Analytics queries (analytics.query)
  • Document writing (doc.writer)

Overseer binds logical tool names to MCP servers.

export interface McpBinding { tool: string; mcpServerUrl: string; auth?: { type: 'bearer'; tokenEnv: string } | { type: 'none' }; timeoutMs?: number } export const DEFAULT_BINDINGS: McpBinding[] = [ { tool: 'mcp.browser', mcpServerUrl: 'mcp://browser.local', timeoutMs: 60_000 }, { tool: 'sec.scan', mcpServerUrl: 'mcp://secscan', timeoutMs: 300_000 }, { tool: 'analytics.query', mcpServerUrl: 'mcp://warehouse' }, { tool: 'doc.writer', mcpServerUrl: 'mcp://docs' }, ]

Architecture

Layers, flows, and components of the AI Fabrick (Overseer, Router, Proctor, Workers, Auditor).

Metrics & SLAs

Quality, UX, cost, and safety metrics for the Fabrick.

On this page

MCP Layer
Hi! I'm your AI assistant. Ask me anything or describe your task.
Ready