Skip to content

AI Agents

contextlint offers two integration paths for use from AI agents. From hosts like Claude Code, Cursor Agent, Cline, Codex, Gemini CLI, and GitHub Copilot, you can fold document-integrity checks into your conversation.

PathProtocolMain hostsDistribution
MCP serverModel Context ProtocolClaude Desktop / Cursor / Cline / Codex, etc.@contextlint/mcp-server package
Agent Skillsagentskills.io specClaude Code / Cursor Agent / Codex / Gemini CLI / GitHub Copilot, etc.gh skill install from a GitHub repo

The two don’t compete — pick whichever suits the goal. MCP is a protocol for AI to call contextlint’s features directly, while Skills are workflows that tell AI what you want done in natural language.

  • “I want AI to run lint” / “I want AI to read the document graph”MCP server
  • “I want AI to set up contextlint” / “I want AI to fix violations” / “I want AI to analyze impact”Skills

If your host supports both (Claude Code, etc.), you can use them together. A Skill may call MCP tools internally as well.