Env Mcp
@JackXuyi
关于 Env Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"env-mcp": {
"name": "env-mcp",
"type": "command",
"command": "node",
"args": [
"/usr/local/lib/node_modules/@zhijianren/env-mcp/dist/index.js"
],
"enabled": true,
"autoApprove": [
"env"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Env Mcp?
Env Mcp is a Model Context Protocol (MCP) server that retrieves detailed system information from the current environment. It provides cross-platform support, integrates easily with MCP‑capable applications, and includes TypeScript type definitions. It is intended for developers who need programmatic access to hardware, OS, network, and process data.
How to use Env Mcp?
Install the server globally via npm: npm install @zhijianren/env-mcp -g. Then configure it as a command‑type MCP server in your application’s MCP settings (e.g., for Claude Desktop or other MCP clients). Use the provided tool names (e.g., getPlatformInfo, getMemoryInfo) to invoke the server’s functions.
Key features of Env Mcp
- Retrieves detailed system, hardware, and network information
- Supports cross‑platform operating systems
- Easy integration with any MCP‑compatible application
- Provides TypeScript type definitions for all tools
- Over 20 built‑in tools for system introspection
Use cases of Env Mcp
- Diagnose system health by checking CPU, memory, and disk usage
- Automate development environment audits (e.g., installed apps, running processes)
- Monitor network configuration, Wi‑Fi, VPN, and proxy settings
- Gather hardware details (BIOS, graphics, battery, Bluetooth) for inventory tools
- Retrieve user, terminal, and timezone information for session debugging
FAQ from Env Mcp
What tools does Env Mcp provide?
It offers tools such as getPlatformInfo, getMemoryInfo, getCpuInfo, getNetworkInfo, getUserInfo, getCpuUsage, getDiskUsage, getTerminalTypes, getIpv4Info, getIpv6Info, getProxyInfo, getBatteryInfo, getGraphicsInfo, getProcesses, getBluetoothInfo, getAudioInfo, getAvailableNetworks, getTimezone, getAppSchemas, getWifiInfo, getInstalledApps, getVpnInfo, and getHardwareInfo.
What runtime dependencies are required?
The server requires Node.js to run. It is installed globally via npm and invoked using the node command.
Can Env Mcp be used on multiple operating systems?
Yes. The README states it supports cross‑platform use, and the underlying system calls (e.g., CPU, memory, network) work on Windows, macOS, and Linux.
How are environment variables configured?
You can set PORT (default 3000) and NODE_ENV (development/production) via a .env file.
What transport/auth does Env Mcp use?
The README does not specify any authentication or alternative transport — it relies on the standard MCP command transport via stdin/stdout.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论