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.
推理 分类下的更多 MCP 服务器
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
评论