CityGML MCP 서버
Description
[](https://mseep.ai/app/shark-gill-citygml-mcp-server) # CityGML MCP 서버 이 프로젝트는 [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk)을 사용하여 CityGML 데이터에 접근할 수 있는 서버를…
About
[](https://mseep.ai/app/shark-gill-citygml-mcp-server) # CityGML MCP 서버 이 프로젝트는 [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk)을 사용하여 CityGML 데이터에 접근할 수 있는 서버를 구현합니다. ## 설치 ```bash npm install ``` ## 빌드…
Details
- Author
- shark-gill
- Downloads
- 128
- Categories
- Other
Jump to
- stdio 및 HTTP/SSE 기반 MCP 서버 제공
- 에코 리소스, 에코 도구, 에코 프롬프트 구현
- TypeScript SDK 기반 개발
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CityGML MCP 서버Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
npm install 및 npm run build 후 npm start로 stdio 서버를 실행하거나, node dist/http-server.js --http로 HTTP 서버를 실행합니다. 클라이언트는 node dist/client.js로 실행합니다.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"citygml mcp \uc11c\ubc84": {
"citygml_mcp_server": {
"command": "node",
"args": [
"dist/http-server.js",
"--http"
]
}
}
}
}
McpServers
{
"citygml_mcp_server": {
"command": "node",
"args": [
"dist/http-server.js",
"--http"
]
}
}
CityGML MCP 서버
이 프로젝트는 Model Context Protocol (MCP)을 사용하여 CityGML 데이터에 접근할 수 있는 서버를 구현합니다.
설치
npm install
빌드
npm run build
실행
기본(stdio) 서버 실행:
npm start
HTTP 서버 실행:
node dist/http-server.js --http
클라이언트 실행:
node dist/client.js
기능
1. 에코 리소스: 메시지를 에코하는 간단한 리소스 구현
2. 에코 도구: 메시지를 에코하는 도구 구현
3. 에코 프롬프트: 메시지 포맷팅을 위한 프롬프트 구현
구조
- src/index.ts: 기본 stdio 기반 MCP 서버 구현
- src/http-server.ts: HTTP 및 SSE 기반 MCP 서버 구현
- src/client.ts: MCP 클라이언트 예제
참고 자료
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



