sars-mcp

Trex-Hub/sars-mcp

3.2

If you are the rightful owner of sars-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The SARS MCP Server is a Model Context Protocol server designed to assist and enhance AI Space interactions.

SARS MCP Server

A Model Context Protocol (MCP) server for SARS - AI Space helper and assistant

Prerequisites

  • Node.js (see .nvmrc for version)
  • pnpm (recommended) or npm

Setup

  1. Clone the repository
git clone <repository-url>
cd sars-mcp
  1. Install dependencies
pnpm install
# or
npm install
  1. Set up environment variables
cp .env.example .env

Development

Start the development server with auto-reload:

pnpm dev
# or
npm run dev

Build

Build the project:

pnpm build
# or
npm run build

Usage

Start the server:

pnpm start
# or
npm start

License

ISC