Learn how to integrate Code Charter with your AI coding assistants and enforce engineering standards at scale.
Complete onboarding guide from installation to first sync. Perfect for new users.
Complete reference for the Convext CLI with all commands and options.
Deep dive into data models, relationships, and best practices.
Connect to 15+ agentic coding platforms: Cursor, Claude, Copilot, Gemini CLI, Antigravity & more.
Manage techs, rules, language standards, and rulesets.
Complete MCP tools and REST API documentation.
Visit Settings → API Tokens and create a new token. Copy it immediately.
Install globally or use via npx:
Generate IDE configuration files:
Start with the Getting Started Guide for a complete walkthrough.
Code Charter implements the Model Context Protocol (MCP) with OAuth 2.1 authentication, allowing AI assistants to fetch your organization's engineering standards in real-time.
Create .mcp.json in your project root:
{
"mcpServers": {
"convext": {
"url": "https://convext.app/mcp",
"transport": "http"
}
}
}
OAuth authentication happens automatically in your browser.
Copilot automatically reads the generated instructions file:
convext sync --format copilot # Generates: # .github/copilot-instructions.md
get_rules
Get all engineering rules and guidelines
get_tech_standards
Get technology standards (filterable by language)
register_project
Register a new project
get_project_context
Get full context for a project
browse_marketplace
Browse public rulesets
get_plans
Get plans and tasks for a project