Skip to main content
Glama
AndersHsueh

AX Local Operations MCP Server

by AndersHsueh

environment_memory

Manage local environment variables stored in ~/.local_file_operations/.env file. Read, update, or get specific variables to configure system settings for local operations.

Instructions

环境记忆:读取、更新和获取环境变量。环境变量存储在 ~/.local_file_operations/.env 文件中。

示例:读取全部 { "operation": "read", "output_format": "json" } 示例:设置变量 { "operation": "update", "key": "PROJECT_PATH", "value": "/project" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes操作:read(读取全部)、update(更新/新增)、get(获取指定)
keyNo环境变量键名
valueNo环境变量值
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