kenchiku-mcp
kenchiku-mcp
비균등 블록 스케일링을 지원하는 ZWCAD용 건축 CAD MCP 서버입니다.
저작자 표시
AnCode666, SVF-GFA, JardiMargalefAgusti가 제작한 multiCAD-mcp v0.2.0(Apache License 2.0)을 기반으로 합니다. 수정 사항에 대한 자세한 내용은 NOTICE를 참조하십시오.
Related MCP server: AutoCAD MCP Server
multiCAD-mcp와의 차이점
기능 | multiCAD-mcp | kenchiku-mcp |
블록 스케일링 | 균등 스케일링만 ( | 균등 + 비균등 스케일링 ( |
초점 | 범용 멀티 CAD | 건축 워크플로우 (ZWCAD) |
stdout 안전성 | StreamHandler(stdout) | StreamHandler(stderr) |
로깅 | multicad_mcp.log | kenchiku_mcp.log |
비균등 스케일링
insert|WindowSash|100,0|4.213x1.0|0|windowscale_x x scale_y — 너비 4.213배, 깊이 1.0배.
균등 스케일링: insert|Door|10,20|1.5|90|walls
설치
git clone https://github.com/Sora-bluesky/kenchiku-mcp.git
cd kenchiku-mcp
python -m venv .venv
.venv\Scripts\activate
pip install -e .Claude Code 설정
{
"command": "<project-path>/.venv/Scripts/python.exe",
"args": ["src/server.py"],
"cwd": "<project-path>",
"env": {
"DOTENV_CONFIG_QUIET": "true",
"PYTHONIOENCODING": "utf-8"
}
}<project-path>를 복제한 kenchiku-mcp 디렉토리의 절대 경로로 바꾸십시오.
권한: mcp__kenchiku__*
라이선스
Apache License 2.0 — multiCAD-mcp의 코드를 포함합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server for checking architectural designs against Vastu principles, integrating with Autodesk tools to provide deterministic compliance scoring and explainable recommendations.
- FlicenseNot gradedqualityDmaintenanceA Flask-based MCP server that connects to AutoCAD and executes AutoLISP code to enable architectural floor plan creation and management through a REST API.
- FlicenseNot gradedqualityCmaintenanceAn MCP server that bridges Claude with AutoCAD, enabling to generate architectural floor plans, draw geometry, and export DXF files just by describing what you need in natural language.
- AlicenseAqualityAmaintenanceMCP server for full AutoCAD automation, AutoCAD LT automation, and headless DXF generation. It provides 8 consolidated tools for drawing, entity, layer, block, annotation, P&ID, view, and system operations via MCP stdio transport.6125MIT
Related MCP Connectors
MCP CAD services; bundles with SmartScale (measure to CAD).
DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.
Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sora-bluesky/kenchiku-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server