@system-info/mcp-server
Version:
System Information MCP Server for Claude Desktop - Get real-time system information
50 lines • 1.23 kB
JSON
{
"name": "@system-info/mcp-server",
"version": "1.0.1",
"description": "System Information MCP Server for Claude Desktop - Get real-time system information",
"main": "dist/index.js",
"bin": {
"system-info-mcp": "./dist/index.js"
},
"type": "module",
"scripts": {
"start": "node dist/index.js",
"test": "node dist/index.js --test",
"build": "cp src/index.js dist/index.js && chmod +x dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"system-info",
"claude",
"desktop",
"monitoring",
"cpu",
"memory",
"processes"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/system-info-mcp-server.git"
},
"homepage": "https://github.com/yourusername/system-info-mcp-server#readme",
"bugs": {
"url": "https://github.com/yourusername/system-info-mcp-server/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"systeminformation": "^5.21.22"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/",
"README.md",
"LICENSE",
"examples/"
]
}