MCP.so
Sign In

Typescript Mcp Server Usage

@americano212

About Typescript Mcp Server Usage

Source code for creating mcp server using typescript sdk.

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

americano212

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "typescript-mcp-server-usage": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp/test",
        "-f",
        "./Dockerfile",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Typescript Mcp Server Usage?

An MCP server that is built using Docker and configured with environment variables.

How to use Typescript Mcp Server Usage?

Build the Docker image using docker build -t mcp/test -f ./Dockerfile .. Configure your MCP client with the docker run command and set the TEST environment variable as shown in the JSON configuration.

Key features of Typescript Mcp Server Usage

Use cases of Typescript Mcp Server Usage

FAQ from Typescript Mcp Server Usage

Comments

More Developer Tools MCP servers