13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"terraform": {
|
|
"type": "stdio",
|
|
"command": "docker",
|
|
"args": ["run", "-i", "--rm", "hashicorp/terraform-mcp-server"]
|
|
},
|
|
"nixos": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": ["mcp-nixos"]
|
|
}
|
|
}
|