An educational MCP server that exposes system tools (like IP, hostname, file operations, ping) for AI agents to execute via HTTP.
{
"mcpServers": {
"mcp-17": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}