Skip to main content
Glama
patatosorus

mcp-node-server

by patatosorus

mcp-node-server

MCP server exposing machine resources to remote AI agents over HTTP.

Why

AI agents (Hermes, Claude Desktop, Cursor, etc.) can connect to MCP servers to use external tools. But existing MCP servers for filesystem and terminal access are stdio-only — they must run on the same machine as the client, right next to it.

This project fills that gap: a single MCP server you install on your machine, exposing its resources (files, terminal, camera, screen, input) over HTTP. Any AI agent anywhere on your network — or over a VPN — can then reach those resources as first-class tools, without being co-located with them.

Related MCP server: ssh-mcp

Quickstart

pip install -e .
mkdir -p ~/.config/mcp-node-server
cp config.example.yaml ~/.config/mcp-node-server/config.yaml   # then set auth_token, allowed_dirs
mcp-node-server start --transport http                          # HTTP for remote agents

The server binds to loopback (127.0.0.1) by default; to accept remote agents, set server.host / --host (see docs/getting-started.md).

See docs/getting-started.md for install options, per-OS setup, running as a service, and connecting an agent.

Platform support

Platform

Status

Notes

Linux

Validated

Primary target, full test suite green. See docs/platforms/linux.md.

Windows

Beta / unvalidated

Implemented but never run on a real Windows host. See docs/platforms/windows.md.

macOS

Implemented

See docs/platforms/macos.md.

Documentation

Security

The MCP server is the security boundary — the agent connecting to it is untrusted. Filesystem whitelists, terminal command controls, opt-in device access, and bearer-token auth on HTTP all enforce that boundary; run the server VPN-only. See docs/security.md for the full model.

License

MIT — see LICENSE.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    An MCP server that allows AI models to execute system commands on local machines or remote hosts via SSH, supporting persistent sessions and environment variables.
    1
    36
    28
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that gives AI agents SSH access to remote machines through your local OpenSSH client, enabling remote command execution, file transfer, persistent shell sessions, and port forwarding.
    17
    16
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A self-hosted MCP server that gives AI agents controlled access to a machine: filesystem, shell, background processes, git, web fetching and persistent key-value memory.
    GPL 3.0

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/patatosorus/mcp-node-server'

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