Files
gh-shavakan-claude-marketpl…/.mcp.json
2025-11-30 08:56:34 +08:00

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"]
}
}