4 days ago
Arkitect-MCP brings architecture-first reasoning to your AI coding workflow. Instead of jumping straight to refactors, the server scans repo context first — platform, workload, health, and intent — then returns actionable cursorGuidance for the agent to follow.
Tools: repo diagnosis, architecture/pattern/remix catalogs, requirement tags, refactoring analysis, codebase verification, and test runs. Resources: arkitect:// URIs for diagnosis, policy, and catalog data.
Local stdio transport via Node.js. Optional Windows desktop app for guided Cursor install. Open source on GitHub — clone, build, and connect in minutes.
Server Config
{
"mcpServers": {
"arkitect-mcp": {
"command": "node",
"args": [
"packages/mcp-server/dist/stdio.js"
],
"env": {
"ARKITECT_DEFAULT_REPO_PATH": "C:\\Dev\\YourRepo"
}
}
}
}