mcp-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-serverstart the MCP server with HTTP transport on port 3001"
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-server
MCP server plugin — exposes all CLI commands as MCP tools
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.0See code: src/commands/mcp/start.ts
Related MCP server: Contentstack MCP Streamable HTTP Server
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 deleteSee 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 generateSee 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 showSee code: src/commands/mcp/token/show.ts
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.
Related MCP Servers
- Flicense-qualityDmaintenanceA dual-transport MCP server that exposes your API as tools to LLM clients, supporting both stdio transport for local clients like Claude Desktop and HTTP/SSE transport for remote clients like OpenAI's Responses API.Last updated
- Flicense-qualityDmaintenanceA transport wrapper that exposes Contentstack MCP tools over HTTP instead of stdio to enable remote access and horizontal scaling. It acts as a proxy for the Contentstack MCP package, allowing browser-based and networked clients to interact with various Contentstack APIs.Last updated
- Alicense-qualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.Last updated17MIT
- Flicense-qualityDmaintenanceExposes app-registered tools as an MCP server for OpenClaw, forwarding actual tool execution back to the app over a WebSocket bridge.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
34 production API tools over one hosted MCP endpoint.
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/hesedcasa/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server