openEuler MCP Toolkit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENEULER_MCP_ALLOWED_ROOTS | No | Allowed 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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