GDS MCP Server for the layout designers with LLM
Server Config
{
"mcpServers": {
"gds_mcp": {
"command": "uv",
"args": [
"--directory",
"~/mcp/gds_mcp",
"run",
"gds_mcp.py"
],
"transport": "stdio"
}
}
}