Documentation

cfabric_mcp

Context-Fabric MCP Server.

This package provides an MCP (Model Context Protocol) server that exposes Context-Fabric corpus operations to AI agents.

Usage:

# Run as CLI
cfabric-mcp

# Or import and run programmatically
from cfabric_mcp import mcp
mcp.run(transport="stdio")

Submodules