mcp-node-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-node-serverlist the files in my home directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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 agentsThe 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 |
Documentation
Getting started — install, configure, run as a service, connect an agent
Usage & tools — the tool catalog and how to call it
Architecture — how the server is put together
Security model — the full permissions and threat model
Changelog — release history
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/patatosorus/mcp-node-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server