Server data from the Official MCP Registry
Complete GPU infrastructure for Claude Code — 192 MCP tools for provisioning, training, inference
Complete GPU infrastructure for Claude Code — 192 MCP tools for provisioning, training, inference
Set these up before or after installing:
Environment variable: TERRADEV_API_KEY
Environment variable: TERRADEV_CREDENTIALS_FILE
Environment variable: TERRADEV_PROVIDER
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theoddden-terradev": {
"env": {
"TERRADEV_API_KEY": "your-terradev-api-key-here",
"TERRADEV_PROVIDER": "your-terradev-provider-here",
"TERRADEV_CREDENTIALS_FILE": "your-terradev-credentials-file-here"
},
"args": [
"-y",
"terradev-mcp"
],
"command": "npx"
}
}
}This MCP server has several security vulnerabilities including hardcoded sensitive tokens, insufficient input validation allowing command injection and path traversal, and overly broad system permissions. While it implements some security measures like bearer token authentication for remote access, the dangerous patterns and lack of proper sanitization create significant security risks. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
Scanned 4 files · 19 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!