Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:34 +08:00
commit ac5344b039
4 changed files with 72 additions and 0 deletions

12
.mcp.json Normal file
View File

@@ -0,0 +1,12 @@
{
"terraform": {
"type": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "hashicorp/terraform-mcp-server"]
},
"nixos": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-nixos"]
}
}