palan-k-mcp
v0.2.0
Published
The Governance & Deployment Engine for Rust - AI 코딩 어시스턴트를 위한 통합형 MCP 서버
Maintainers
Readme
palan-k-mcp
The Governance & Deployment Engine for Rust
AI 코딩 어시스턴트를 위한 통합형 MCP 서버
Installation
npm install -g palan-k-mcpPlatform binaries are automatically installed from
@palan-k/mcp-*scoped packages.
Auto-configure MCP
Linux/macOS:
PALAN_K_AUTO_CONFIG=true npm install -g palan-k-mcpWindows (cmd):
set PALAN_K_AUTO_CONFIG=true && npm install -g palan-k-mcpWindows (PowerShell):
$env:PALAN_K_AUTO_CONFIG="true"; npm install -g palan-k-mcpFeatures
Governance (코드 품질 관리)
get_constitution- 프로젝트 코딩 규칙 반환validate_code- 코드 헌법 준수 검사scan_local_docs- 로컬 문서 스캔ingest_url- URL 문서 크롤링query_knowledge- 지식 통합 검색
Deployment (배포)
init_vps- 서버 초기화ship- 빌드 + 배포logs- 로그 스트리밍rollback- 이전 버전 복구
MCP Configuration
Add to Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"palan-k-mcp": {
"command": "palan-k-mcp",
"args": []
}
}
}Supported Platforms
| Platform | Architecture | |----------|--------------| | Linux | x64 | | macOS | arm64 (M1/M2/M3) | | Windows | x64 |
License
MIT
