Skip to main content
Glama
hesedcasa

mcp-server

by hesedcasa

mcp-server

MCP server plugin — exposes all CLI commands as MCP tools

Version License Downloads/week

Usage

$ npm install -g @hesed/mcp-server
$ mcp-server COMMAND
running command...
$ mcp-server (--version)
@hesed/mcp-server/0.1.3 linux-x64 node-v22.22.3
$ mcp-server --help [COMMAND]
USAGE
  $ mcp-server COMMAND
...

Commands

mcp-server mcp:start

Start an MCP server exposing all CLI commands as tools

USAGE
  $ mcp-server mcp:start [--host <value>] [--port <value>] [--transport stdio|http]

FLAGS
  --host=<value>        [default: 127.0.0.1] IP address to listen on (HTTP transport only)
  --port=<value>        [default: 3000] Port to listen on (HTTP transport only)
  --transport=<option>  [default: stdio] Transport to use
                        <options: stdio|http>

DESCRIPTION
  Start an MCP server exposing all CLI commands as tools

EXAMPLES
  $ mcp-server mcp start

  $ mcp-server mcp start --transport http

  $ mcp-server mcp start --transport http --port 3001

  $ mcp-server mcp start --transport http --host 0.0.0.0

See code: src/commands/mcp/start.ts

Related MCP server: OpenClaw MCP Proxy

mcp-server mcp:token:delete

Remove the MCP server Bearer token, disabling HTTP authentication

USAGE
  $ mcp-server mcp:token:delete

DESCRIPTION
  Remove the MCP server Bearer token, disabling HTTP authentication

EXAMPLES
  $ mcp-server mcp token delete

See code: src/commands/mcp/token/delete.ts

mcp-server mcp:token:generate

Generate a Bearer token for MCP server HTTP authentication

USAGE
  $ mcp-server mcp:token:generate

DESCRIPTION
  Generate a Bearer token for MCP server HTTP authentication

EXAMPLES
  $ mcp-server mcp token generate

See code: src/commands/mcp/token/generate.ts

mcp-server mcp:token:show

Show the current MCP server Bearer token

USAGE
  $ mcp-server mcp:token:show

DESCRIPTION
  Show the current MCP server Bearer token

EXAMPLES
  $ mcp-server mcp token show

See code: src/commands/mcp/token/show.ts

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
1wRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    16
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Exposes a verified tool registry (calculator, sandboxed file read, web fetch) over MCP stdio, enabling any MCP-capable client to reuse the same tools from the inspectable ReAct loop.
    3
    MIT
  • F
    license
    C
    quality
    B
    maintenance
    Schema-driven MCP server that exposes all Paperclip API operations as typed MCP tools over stdio or Streamable HTTP, supporting both authenticated and local_mode deployments.
    100

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

View all MCP Connectors

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

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