OpsNow MCP Asset Server
Description
# OpsNow MCP Asset Server ## 소개 OpsNow MCP Asset Server는 Model Context Protocol(MCP)을 기반으로 하여 OpsNow의 자산 데이터를 LLM 벤더의 데스크톱 애플리케이션(예: Claude)에 제공하는 서버입니다. ## 시스템 구조 ```mermaid graph LR A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow MCP Asset Server]:::highlight B -->…
About
# OpsNow MCP Asset Server ## 소개 OpsNow MCP Asset Server는 Model Context Protocol(MCP)을 기반으로 하여 OpsNow의 자산 데이터를 LLM 벤더의 데스크톱 애플리케이션(예: Claude)에 제공하는 서버입니다. ## 시스템 구조 ```mermaid graph LR A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow MCP Asset Server]:::highlight B --> C[OpsNow MCP Provider] C --> D[OpsNow…
Details
- Author
- taejulee
- Downloads
- 237
- Categories
- Other
Jump to
- Provides asset data via the MCP protocol
- Integrates with the OpsNow API Bridge
- Enables real-time asset information lookup
- Uses TypeScript and Node.js for reliable server operation
- Supports mock data for development and testing
Clone the repository, install dependencies with npm install, and build the project with npm run build. Configure the .env file (a default file with mock data is included) to match your environment if needed. The server then communicates with OpsNow via the MCP protocol to serve asset data to compatible LLM desktop apps.
OpsNow MCP Asset Server
소개
OpsNow MCP Asset Server는 Model Context Protocol(MCP)을 기반으로 하여 OpsNow의 자산 데이터를 LLM 벤더의 데스크톱 애플리케이션(예: Claude)에 제공하는 서버입니다.시스템 구조
graph LR
A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow MCP Asset Server]:::highlight
B --> C[OpsNow MCP Provider]
C --> D[OpsNow Resources]
classDef highlight fill:#2e8b57,stroke:#333,stroke-width:2px;
- LLM Vendor Desktop App: Claude와 같은 LLM 기반 데스크톱 애플리케이션
- OpsNow MCP Server: Asset 및 Cost 데이터를 MCP 형식으로 제공하는 서버
- OpsNow MCP Provider: OpsNow API Bridge를 통해 자원 데이터를 처리
- OpsNow Resources: 실제 OpsNow 리소스 데이터를 가정한 목데이터로 구현 (개발 및 테스트 목적)
주요 기능
- MCP 프로토콜을 통한 자산 데이터 제공 - OpsNow API Bridge와의 연동 - 실시간 자산 정보 조회기술 스택
- Node.js
- TypeScript
- MCP SDK (@modelcontextprotocol/sdk)
- dotenv
- zod
- node-fetch
설치 방법
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



