mcp-servers

This repository contains microservices for the MCP (Mission Control Platform) project.

Visit Server
Added on 3/28/2025

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:

  1. Navigate to the service directory
  2. Install dependencies: npm install
  3. Start the service: npm start

Environment Variables

Each service requires specific environment variables. Check the .env.example files in each service directory for details.