Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From vibeguard
Runs locally as a Node.js MCP server (gcc-mcp) for interacting with GCC compiler, enabling code compilation, analysis, or related tools. No secrets required.
npx claudepluginhub dadwadw233/vibeguardCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vibeguard": {
"command": "node",
"args": [
"dist/mcp/server.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.