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 💡
python-mcp-server
An MCP server that runs a Python environment to execute LLM-generated code, useful for web scraping.
jvm-mcp-server
This is an implementation project of a JVM-based MCP (Model Context Protocol) server. The project aims to provide a standardized MCP server implementation for the JVM platform, enabling AI models to better interact with the Java ecosystem.
GitMCP
Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
elevenlabs-mcp-server
A Model Context Protocol (MCP) server that integrates with ElevenLabs text-to-speech API, featuring both a server component and a sample web-based MCP Client (SvelteKit) for managing voice generation tasks.
semgrep
A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities.
Eliran79/Vulnerable-file-reader-server
A deliberately vulnerable MCP server demonstrating command injection flaws for educational purposes.