πŸ”§

mcp-hello-typescript-server

πŸ”§MCP Server

mitchallen/mcp-hello-typescript-server

glama

Installation

Claude CLIAdd MCP server via Claude CLIAuto-generated from README. View full documentation on GitHub β†’
claude mcp add hello-ts -- docker run -i --rm -e MCP_TRANSPORT=stdio ghcr.io/mitchallen/mcp-hello-typescript-server:latest
Local Server
claude mcp add hello-ts -- node "$PWD/build/index.js"
Remote ServerConnect to remote MCP server
claude mcp add --transport http hello-ts http://localhost:8000/mcp
Claude Desktop ConfigurationServer configuration (JSON)
{ "mcpServers": { "hello-ts": { "command": "npx", "args": ["-y...
0
Last UpdatedJul 15, 2026