Stats
Actions
Tags
From vibeguard
Custom MCP server running a local Node.js process. The 'vibeguard' key suggests a content moderation or tone-checking tool, but purpose is unclear from configuration alone.
Copy 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
npx claudepluginhub dadwadw233/vibeguard