MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by MauricioIPastora

创建于 2/25/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

base-template-mcp

This project was built with Vertex Labs. To learn more, click here: https://www.vtxlabs.io

Instructions

After cloning into repo, cd to project root directory and install dependencies:

$ npm install

To run dev server, install Nodemon library globally:

$ sudo npm install nodemon -g

Then run devserver from project root directory:

$ nodemon

Open browser to:

http://localhost:3000

Profit!

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mtgrefereemcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "mauricioipastora-mtgrefereemcp": { "command": "npx", "args": [ "mauricioipastora-mtgrefereemcp" ] } } }