opsnow-mcp-asset-server
0
OpsNow MCP Asset Server provides asset data to LLM vendor desktop applications using MCP. It integrates with OpsNow API Bridge for real-time asset information retrieval.
OpsNow MCP Asset Server
Overview
- OpsNow MCP Asset Server is designed to provide asset data from OpsNow to LLM vendor desktop applications, such as Claude, using the Model Context Protocol (MCP).
Features
- Asset data provisioning through MCP protocol
- Integration with OpsNow API Bridge
- Real-time asset information retrieval
Technical Stack
- Node.js
- TypeScript
- MCP SDK
- dotenv
- zod
- node-fetch
Installation
- Clone the repository
- Install dependencies using npm
- Build the project
Environment Setup
- A default
.env
file is included for configuration and can be modified for real environments.
Development Environment
- Requires Node.js 18.x and npm 9.x or above.