Codimir Docs
Codimir Docs
OverviewGet Started
About Codimir
API Reference
Codimir Codec SDK
Concepts
Codimir AI Fabrick
ArchitectureMCP LayerMetrics & SLAsOrchestrationOverviewRoadmapRolesStandard Flow (Light ↔ Heavy)Whitepaper — Codimir Fabrick
Use Cases
Codimir 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
AI Assistant
Assistant
Hi! I'm your AI assistant. Ask me anything or describe your task.