termdat mcp for Grok
io.github.malkreide/termdat-mcp
MCP server for TERMDAT — the terminology database of the Swiss Federal Administration
client:Grok
transport:stdio
runtime:pypi
Install termdat mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"termdat-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"termdat-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs