Skip to main content
Glama
Logic-ze

openEuler MCP Toolkit

by Logic-ze

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENEULER_MCP_ALLOWED_ROOTSNoAllowed directories for file access, separated by system path separator (e.g., ':'). Default is the server's startup directory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_memory_infoA

Read current system RAM, swap, and Linux /proc/meminfo values.

get_process_memoryA

Read RSS, VMS, and the largest memory mappings for one process.

sample_memory_trendC

Sample system memory usage and classify its short-term direction.

simulate_page_replacementC

Simulate FIFO, LRU, CLOCK, or optimal page replacement.

get_filesystem_infoB

Read mounted filesystems, space usage, and inode counts when available.

analyze_file_distributionC

Summarize file counts, sizes, extensions, and largest paths in a directory.

monitor_file_metadataB

Poll file size and timestamps; this is metadata polling, not access tracing.

simulate_disk_allocationB

Simulate transactional contiguous, linked, or indexed block allocation.

get_process_treeB

Read a bounded parent-child process tree from a selected root PID.

monitor_context_switchesB

Sample system-wide or per-process context-switch deltas.

simulate_cpu_schedulingC

Simulate CPU scheduling and report waiting, turnaround, and response metrics.

sample_cpu_time_ratiosB

Sample CPU time deltas and normalize them into per-state ratios.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Logic-ze/openeuler-mcp-toolkit'

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