📦
CLI Tools
开源的动态cli编排平台,把任意能力源(HTTP/MCP/CLI/SHELL等)接入为本地 `cts` 层级命令,集成负责参数验证、路由执行、结果格式化、安全控制与缓存一体。还支持接入自定义plugin以及hooks。
0 installs
Trust: 37 — Low
Devtools
Installation
npx mcp-server-cli-toolsAsk AI about CLI Tools
Powered by Claude · Grounded in docs
I know everything about CLI Tools. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp-cli-server-tools
简体中文 | English
A CLI tool for generating server tools from templates.
Usage
Create new project
npx mcp-cli-server-tools create [directory]
Example:
npx mcp-cli-server-tools create my-tools
Upload package
npx mcp-cli-server-tools upload
Template Structure
The generated project includes a basic server tools setup with the following structure:
[directory]
├── package.json # Project configuration and dependencies
├── tsconfig.json # TypeScript configuration
├── readme.md # Project documentation
└── src/ # Source code directory
Key Features
- TypeScript support out of the box
- Modern ES Modules setup (
"type": "module") - Built-in development scripts:
npm start: Start development mode with watchnpm run build: Build the project
Dependencies
The template comes with the following key dependencies:
Peer Dependencies
@modelcontextprotocol/sdk: ^1.10.1zod: ^3.24.3
Dev Dependencies
typescript: ^5.8.3tsx: ^4.19.3@types/node: ^22.14.1
Development
To contribute to this project:
- Clone the repository
- Install dependencies with
npm install - Make your changes
- Test your changes
- Submit a pull request
License
MIT
