Back to MCP directory
publicPublicdnsLocal runtime

scs-mcp-server

Simutrans跨搜索MCP服务器的使用指南

article

README

🚀 Simutrans CrossSearch MCP 服务器

本项目提供了 Simutrans CrossSearch MCP 服务器的使用方法,帮助用户快速搭建并使用该服务器进行相关操作。

🚀 快速开始

克隆仓库

git clone https://github.com/128na/scs-mcp-server.git

访问克隆文件夹

cd scs-mcp-server
code .

运行服务器

打开 .vscode/mcp.json 文件并运行服务器。

Server

提问操作

在聊天中以“Agent模式”提问。

演示

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client