Skip to main content
Glama
AndersHsueh

AX Local Operations MCP Server

by AndersHsueh

sudo_config

Manage Linux sudo passwordless configurations by generating, installing, testing, and maintaining sudoers files with dry-run verification.

Instructions

Linux Sudo无密码配置管理:生成、安装、测试和管理sudoers配置。支持dry-run演练模式。

示例:检查sudo状态 { "action": "status" } 示例:生成配置 { "action": "generate", "username": "user", "scope": "limited", "dry_run": true }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes操作:status(状态)、generate(生成)、install(安装)、remove(移除)、list(列表)、test(测试)、recommendations(建议)
usernameNo用户名
scopeNosudo配置范围:limited(有限)、extended(扩展)、full(完全)
commandsNo允许无密码执行的命令列表
config_nameNo配置文件名称
dry_runNo演练模式,只显示操作而不实际执行
output_formatNo输出格式:text(纯文本)、json(结构化JSON)、both(两者兼有)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndersHsueh/Ax-LocalTools-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server