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 💡
APIMatic Validator
Validates OpenAPI specifications (2.0 and 3.0, JSON/YAML) using APIMatic's API, integrating as an MCP server for seamless validation within AI clients like Claude Desktop.
mcp-server-port-cleaner
A Node.js server implementing the Model Context Protocol (MCP) for port cleanup operations, designed to resolve 'EADDRINUSE' errors in development environments by scanning and terminating processes occupying specified ports.
mcp-server-ipinfo
IP Geolocation Server for MCP
lucidity-mcp
AI-powered code quality analysis using MCP to help AI assistants review code more effectively. Analyze git changes for complexity, security issues, and more through structured prompts.
sadeghtkd/ping-mcp-server
A MCP server that enables Claude to perform network connectivity tests and ping operations via SSE.
raj-mehra/jira-mcp
Jira integration server providing ticket fetching and searching via MCP framework