Demo
Createdtanjibpa
Demonstrates an MCP server implementation for managing organizations and devices, including distance calculations.
About
This project provides a demo implementation of a Model Context Protocol (MCP) server, showcasing its capabilities in managing organizations and devices. It features database integration with PostgreSQL, allowing for the storage and retrieval of organization and device data. A key functionality is the calculation of distances between devices and their associated organizations using the Haversine formula. The server offers a set of tools to interact with the data, enabling users to fetch organizations and devices, and compute distances, providing a comprehensive demonstration of an MCP server's potential.
Key Features
- Calculates distances between devices and their organizations using the Haversine formula.
- Offers configuration steps for integrating with Claude Desktop.
- Connects to a PostgreSQL database for organization and device management.
- 0 GitHub stars
- Provides tools to fetch organizations, devices, and calculate distances.
- Includes example SQL script for database setup and seed data.
Use Cases
- Demonstrating MCP server functionality.
- Managing organizations and devices within a defined context.
- Calculating distances between devices and their associated organizations.