Cerebra Legal MCP Server

MCP Servers

Created By
Cerebra Legal MCP Serverjunfanz1
Content

MCP Servers

This is a monorepo containing various Model Context Protocol (MCP) server implementations.

Packages

  • @mcp-servers/add-demo: A demo MCP server that implements a simple addition tool

Development

This project uses pnpm workspaces and Turborepo for fast, efficient builds. To get started:

  1. Install pnpm (if you haven't already):
npm install -g pnpm
  1. Install dependencies:
pnpm install
  1. Build all packages:
pnpm build
  1. Run development mode:
pnpm dev
  1. Run linting:
pnpm lint
  1. Format code:
pnpm format

Project Structure

mcp-servers/
├── packages/
│   └── add-demo/        # Demo MCP server with add tool
├── package.json         # Root package.json with workspace config
├── pnpm-workspace.yaml  # PNPM workspace configuration
├── turbo.json          # Turborepo configuration
└── tsconfig.json       # Base TypeScript configuration

Features

  • 🚀 Fast builds with Turborepo
  • 📦 Efficient dependency management with pnpm
  • 🔍 TypeScript support
  • 🧹 Code formatting with Prettier
  • 🔍 Linting with ESLint