Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.complior.ai/llms.txt

Use this file to discover all available pages before exploring further.

Start the MCP server

complior mcp
This starts the MCP server in stdio mode. AI agents connect to it through their MCP configuration.

Agent configuration

Add to ~/.claude/mcp.json:
{
  "mcpServers": {
    "complior": {
      "command": "complior",
      "args": ["mcp"]
    }
  }
}

Verify connection

After configuring, ask your agent: “What compliance tools do you have?” It should list the 8 Complior tools (scan, fix, score, explain, passport, validate, deadline, suggest).
The MCP server uses the same Engine as CLI and TUI. If the daemon is already running, MCP connects to it. If not, it starts a lightweight engine instance.