egovframe-scaffold-mcp
Generates eGovFrame project scaffolds with a React frontend template, enabling AI agents to set up full-stack projects that include a React-based user interface.
Generates eGovFrame project scaffolds based on Spring Boot REST templates, allowing AI agents to create standard framework projects with configurable database types.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@egovframe-scaffold-mcpcreate an eGovFrame project named my-web-app with groupId org.myorg, using oracle database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
egovframe-scaffold-mcp
전자정부 표준프레임워크(eGovFrame) 프로젝트 스캐폴딩 MCP(Model Context Protocol) 서버 — PoC
eGovFramework/egovframe-common-components#1120 제안의 개념 증명(Proof of Concept) 구현입니다. #628(eGovFrame MCP Server 제안)을 "프로젝트 생성" 단일 기능으로 구체화했습니다.
Claude, VS Code(Copilot), Cursor 등 MCP를 지원하는 AI 도구에서 대화 중 즉시 표준프레임워크 프로젝트 골격을 생성할 수 있습니다. eGovFrame IDE 설치 없이 공식 템플릿 기반으로 시작합니다.
제공 도구
도구 | 설명 |
| 공식 템플릿을 내려받아 projectName(artifactId)·groupId·DB 타입을 적용한 새 프로젝트 생성 |
| 사용 가능한 공식 템플릿 목록 |
create_egovframe_project 파라미터
projectName— 프로젝트명(artifactId). 소문자·숫자·하이픈 (예:my-egov-app)groupId— 자바 groupId (예:egovframework.example)database—hsql(기본) |mysql|oracle|altibase|tibero(템플릿Globals.DbType지원 값)template—simple-backend(기본, Spring Boot REST) |simple-reactoutputDir— 생성 위치 상위 디렉터리
동작: 공식 템플릿 zip 다운로드 → 압축 해제(zip-slip 방지) → pom.xml의 groupId/artifactId/name 적용(부모 POM 좌표는 유지) → application.properties의 Globals.DbType 설정. 기존 디렉터리가 있으면 거부합니다.
Related MCP server: AI Code Toolkit
설치·사용
npm install
npm run buildClaude Desktop / Claude Code 설정 예 (mcpServers):
{
"mcpServers": {
"egovframe-scaffold": {
"command": "node",
"args": ["/절대경로/egovframe-scaffold-mcp/dist/index.js"]
}
}
}사용 예 (AI 도구에서):
"표준프레임워크로
my-egov-app프로젝트를~/work에 만들어줘. groupId는egovframework.example, DB는 mysql."
검증
함수 레벨: 실제 템플릿(289파일) 생성, pom 좌표·DbType 적용, 중복 생성 거부 확인 (
npm run smoke)프로토콜 레벨: MCP initialize / tools/list 핸드셰이크 확인
PoC 범위와 한계 (알려진 제약)
자바 패키지 구조 변경(groupId에 맞춘 소스 디렉터리 이동)은 미지원 — IDE rename refactoring 권장
공통컴포넌트 선택 조립(253종 중 선택 설치)은 로드맵 항목 — 현재는 공식 템플릿 단위 생성
네트워크로 GitHub(codeload.github.com) 접근 필요
로드맵 (제안)
공통컴포넌트 선택 설치(
components파라미터) — eGovFrame IDE 생성 마법사 로직 참고실행환경 보일러플레이트(egovframe-msa 등) 템플릿 추가
검증 도구(
validate_egovframe_config) 등 후속 도구검증 후 eGovFramework 조직 공식 저장소 편입 제안
라이선스
Apache License 2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/EricSeokgon/egovframe-scaffold-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server