ArcKit Enterprise Architecture Toolkit - Codex CLI Extension with skills, agents, and MCP servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arckit-codex": {
"command": "npx",
"args": [
"-y",
"tractorjuice/arckit-codex"
]
}
}
}
Run in terminal:
claude mcp add arckit-codex npx -y tractorjuice/arckit-codex
Add to .cursor/mcp.json:
{
"mcpServers": {
"arckit-codex": {
"command": "npx",
"args": [
"-y",
"tractorjuice/arckit-codex"
]
}
}
}