MCP Server
Active
MIT
io.github.malkreide/termdat-mcp MCP Server
io.github.malkreide/termdat-mcp
What is the io.github.malkreide/termdat-mcp MCP server?
MCP server for TERMDAT — the terminology database of the Swiss Federal Administration
How to install io.github.malkreide/termdat-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"termdat-mcp": {
"command": "uvx",
"args": [
"termdat-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"termdat-mcp": {
"command": "uvx",
"args": [
"termdat-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"termdat-mcp": {
"command": "uvx",
"args": [
"termdat-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"termdat-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"termdat-mcp"
]
}
}
}Claude Code
claude mcp add termdat-mcp -- uvx termdat-mcpRelated MCP servers
City of Zurich weather, air quality, parking, geodata, Gemeinderat, tourism
8
View repository →Python
MIT
OJP 2.0 journey planning, SIRI-SX disruptions, occupancy, fares, train formation
4
View repository →Python
MIT
Swiss federal law, consultations (Fedlex) & TERMDAT terminology (LINDAS) via SPARQL
3
View repository →Python
MIT