Arkitect Mcp
@ezequielcasillas1
Arkitect Mcp について
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"arkitect-mcp": {
"command": "node",
"args": [
"packages/mcp-server/dist/stdio.js"
],
"env": {
"ARKITECT_DEFAULT_REPO_PATH": "C:\\Dev\\YourRepo"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Arkitect MCP?
Arkitect MCP is an architecture-first reasoning server for AI coding workflows. It scans repository context—platform, workload, health, and intent—then returns actionable guidance for the AI agent. It integrates with Cursor via local stdio transport and is open source on GitHub.
How to use Arkitect MCP?
Clone the repository, build the server, and connect it to your MCP client (e.g., Cursor) using stdio transport. An optional Windows desktop app provides guided setup for Cursor. No specific configuration keys are mentioned in the README.
Key features of Arkitect MCP
- Scans repo context before suggesting architecture changes
- Provides repo diagnosis, architecture, pattern, and remix catalogs
- Supports requirement tagging and refactoring analysis
- Runs codebase verification and test suites
- Exposes arkitect:// URIs for diagnosis, policy, and catalog data
- Uses local stdio transport with Node.js
Use cases of Arkitect MCP
- Adding a new feature to an existing codebase while preserving architectural consistency
- Refactoring legacy systems with structured, context-aware guidance
- Onboarding AI agents to repository patterns and design rules
- Performing systematic codebase verification and automated test runs
FAQ from Arkitect MCP
What does Arkitect MCP do that a general AI coding assistant doesn’t?
Arkitect MCP injects architecture-first reasoning: it scans repository context before suggesting changes, rather than jumping straight to refactors. It returns structured cursorGuidance for the agent to follow.
How is Arkitect MCP installed and run?
It runs locally via Node.js with stdio transport. The README mentions cloning, building, and connecting to Cursor; an optional Windows desktop app simplifies Cursor integration.
What data does Arkitect MCP access?
It accesses repository context (platform, workload, health, intent) and provides arkitect:// URIs for diagnosis, policy, and catalog data. All processing is local.
Is Arkitect MCP open source?
Yes, it is open source on GitHub—clone, build, and connect freely.
What transport does Arkitect MCP use?
It uses local stdio transport via Node.js. The optional Windows desktop app provides a guided installation for Cursor.
「推論」の他のコンテンツ
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
MCP Sandbox
JohanLi233Python sandboxes for llms
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
コメント