MCP Servers
by rajkstats
This repository contains microservices for the MCP (Mission Control Platform) project. It includes services for interacting with various APIs.
View on GitHub
Last updated: N/A
MCP Servers
This repository contains microservices for the MCP (Mission Control Platform) project.
Services
Linear Service
A service for interacting with the Linear API to manage tasks and projects.
Weather Service
A service for retrieving weather data and alerts.
Setup
Each service has its own setup instructions. Navigate to the respective service directory and follow the instructions in their README files.
Development
To run a service locally:
- Navigate to the service directory
- Install dependencies:
npm install
- Start the service:
npm start
Environment Variables
Each service requires specific environment variables. Check the .env.example
files in each service directory for details.