MCP.so
Sign In
Servers

Lifetechia Mcp Server

@ayurrin

Lifetechia MCP server

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

{
  "mcpServers": {
    "lifetechia": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_KEY",
        "lifetechia-server"
      ],
      "env": {
        "API_KEY": "APIKEY"
      },
      "autoApprove": [],
      "disabled": false,
      "timeout": 60,
      "transportType": "stdio"
    }
  }
}

More from Other