MCP Configtypescript

lsmcp MCP Config

MCP configuration with 2 servers: context7, lsmcp

View Source
.mcp.json
{
  "mcpServers": {
    "context7": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ],
      "env": {}
    },
    "lsmcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--volume",
        "${PWD}:${PWD}",
        "--workdir",
        "${PWD}",
        "lsmcp:latest"
      ]
    }
  }
}