MCP server for os info
MCP server for getting up-to-date information about your operating system
Setup
If you clone this repo, then you can use the config below:
{
"mcpServers": {
"os-info": {
"command": "path_to_your_node",
"args": [
"location_to_your_dist/index.js"
]
}
}
}
You can also use npx.
{
"mcpServers": {
"os-info": {
"command": "path_to_your_npx",
"args": [
"os-info-mcp-server"
]
}
}
}
Example Prompts
Give me my os info
What is my operating system
...
Recommend MCP Servers 💡
sqlite-explorer
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
allyson-mcp
An AI-powered animation generator that transforms static image files into animated SVG components using the Model Context Protocol (MCP).
HuaLuAI/CAD-MCP
An MCP server that enables controlling CAD software (AutoCAD, GstarCAD, ZWCAD) for drawing operations through natural language instructions.
xctools-mcp-server
MCP server providing structured access to Xcode development tools including xcrun, xcodebuild, and xctrace
@hiyorineko/mcp-rollbar-server
A dynamic MCP server implementation for Rollbar API integration, enabling LLMs to interact with Rollbar error tracking data.
code-sandbox-mcp
A secure sandbox environment for executing code within Docker containers, providing AI applications with isolated code execution.