mcp-server
Click on "Deploy 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: SmartCLI MCP 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 deployed
Maintenance
Related MCP Connectors
Host your MCP tool over streamable HTTP in one command.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server exposing the Backtest360 engine API as tools for AI agents.
Related MCP Servers
- FlicenseCqualityBmaintenanceSchema-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-
- AlicenseNot gradedqualityBmaintenanceExposes SmartCLI's built-in agent tools (file operations, code search, shell commands, web search, memory, and snapshots) as MCP endpoints, allowing external clients to leverage them over stdio or HTTP.1MIT
- FlicenseAqualityCmaintenanceEnables exposing custom tools such as dice rolling and integer addition as MCP servers over stdio and HTTP transports.2-
- AlicenseNot gradedqualityCmaintenanceEnables building and testing MCP-style tool servers by exposing list_tools and call_tool over stdio or HTTP with local stub tools such as echo, get_time, and fake_crm_lookup.MIT