
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:
- Install pnpm (if you haven't already):
npm install -g pnpm
- Install dependencies:
pnpm install
- Build all packages:
pnpm build
- Run development mode:
pnpm dev
- Run linting:
pnpm lint
- 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
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Take an adjectivised noun, and create images making it progressively more adjective!
Reviews

user_0Vc8G8Do
I've been using mcp-servers from cravatsc, and it has truly transformed my server management experience. The setup process is straightforward, and the functionality it offers is outstanding. Highly recommend checking it out! Here's the link for anyone interested: https://github.com/cravatsc/mcp-servers.