Odel
termdat mcp

termdat mcp

Local
@malkreide1PythonMITUpdated 5 days ago

MCP server for TERMDAT — the terminology database of the Swiss Federal Administration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItermdat-mcpv0.1.3

Run

uvx termdat-mcp

MCP client config

{
  "mcpServers": {
    "termdat-mcp": {
      "command": "uvx",
      "args": [
        "termdat-mcp"
      ]
    }
  }
}