linux-mcp-server
by szoran53
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSH_HOST | No | Remote host IP or hostname. Required when LOCAL_MODE is not true. | |
| SSH_PORT | No | SSH port. Default: 22 | 22 |
| SSH_USER | No | SSH username. Required when LOCAL_MODE is not true. | |
| LOG_PATHS | No | Comma-separated list of allowed log file path prefixes. Default: /var/log | /var/log |
| TRANSPORT | No | Transport mode: 'stdio' or 'http'. Default: stdio | stdio |
| LOCAL_MODE | No | Set to 'true' to manage the local machine directly (no SSH). Default: false | false |
| SSH_KEY_PATH | No | Path to private key. Default: ~/.ssh/id_rsa | ~/.ssh/id_rsa |
| MCP_HTTP_HOST | No | HTTP bind address when TRANSPORT=http. Default: 127.0.0.1 | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP port when TRANSPORT=http. Default: 3300 | 3300 |
| SUDO_PASSWORD | No | Optional. Provide if the SSH user requires a password for sudo. | |
| COMMAND_TIMEOUT_MS | No | Max time (ms) for any single command. Default: 30000 | 30000 |
| SSH_STRICT_HOST_CHECK | No | Set to 'false' to skip host key verification. Default: true | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/szoran53/linux-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server