Back to MCP directory
publicPublicdnsLocal runtime

Everything Local Commands

一个全面的MCP服务器,提供系统级操作和工具

article

README

🚀 Everything MCP 服务器

Everything MCP 服务器是一个全面的模型上下文协议服务器,可提供系统级操作。它基于 TypeScript 构建,能实现各种系统操作与工具,帮助用户高效完成多项任务。

🚀 快速开始

Everything MCP 服务器是一个基于 TypeScript 的 MCP 服务器,可实现各种系统操作和工具。

✨ 主要特性

  • 文件操作:支持文件的读取、写入和列出操作。
  • 系统信息检索:能够检索系统的相关信息。
  • HTTP 请求:可发起 HTTP 请求。
  • 命令执行:支持执行各类命令。
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