trackmcp
Back to directory
lavraham

MCP-domainXML

View on GitHub

mcp-server template

0 stars PythonOthers Updated Jun 25, 2025

Documentation

mcp-server template

MCP (ModelContextProvider) server template


Building locally

To build the container image locally using Podman, run:

sh
podman build -t mcp-server-template:latest .

This will create a local image named `mcp-server-template:latest` that you can use to run the server.

Running with Podman or Docker

Example configuration for running with Podman:

json
{
  "mcpServers": {
    "mcp-server": {
      "command": "podman",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e", "API_BASE_URL",
        "-e", "API_KEY",
        "-e", "MCP_TRANSPORT",
        "localhost/mcp-server-template:latest"
      ],
      "env": {
        "API_BASE_URL": "https://api.example.com",
        "API_KEY": "REDACTED",
        "MCP_TRANSPORT": "sse"
      }
    }
  }
}

Frequently asked questions

What is MCP-domainXML?

MCP-domainXML is mcp-server template

How do I install MCP-domainXML?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is MCP-domainXML open source?

Yes — it is hosted on GitHub at https://github.com/lavraham/MCP-domainXML.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP