CityGML Server

Access and manipulate CityGML data seamlessly. Utilize echo resources, tools, and prompts to enhance your data interactions. Simplify your workflow with a robust server implementation based on the Model Context Protocol.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the CityGML Server MCP server manually.

MseeP Badge

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 클라이언트 예제

참고 자료

Share:
Details:
  • Stars


    0
  • Forks


    1
  • Last commit


    2 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to CityGML Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit