Skip to content

Instantly share code, notes, and snippets.

@initcron
Created March 30, 2025 04:47
Show Gist options
  • Save initcron/0ab40a7dadaaf9303403ead92903d47a to your computer and use it in GitHub Desktop.
Save initcron/0ab40a7dadaaf9303403ead92903d47a to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"-y",
"kubernetes-mcp-server@latest"
]
},
"podman": {
"command": "npx",
"args": [
"-y",
"podman-mcp-server@latest"
]
},
"iterm-mcp": {
"command": "npx",
"args": [
"-y",
"iterm-mcp"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment