Content
# 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:
```json
{
"mcpServers": {
"os-info": {
"command": "path_to_your_node",
"args": [
"location_to_your_dist/index.js"
]
}
}
}
```
You can also use <b>npx</b>.
```json
{
"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
...
You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
debugg-ai-mcp
AI-powered MCP Server for testing, debugging, and code analysis.
aws-lambda-mcp-cookbook
AWS Lambda MCP Cookbook provides Python examples for MCP server integration.
mcp-server-macos-use
MCP server in Swift for controlling macOS apps via accessibility APIs.