MCP Server
Maintained
MIT
io.github.Aguantar/vibescan-mcp-server MCP Server
io.github.Aguantar/vibescan-mcp-server
What is the io.github.Aguantar/vibescan-mcp-server MCP server?
MCP server for VibeScan — scan projects for leaked secrets and security issues
How to install io.github.Aguantar/vibescan-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vibescan-mcp-server": {
"command": "uvx",
"args": [
"vibescan-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vibescan-mcp-server": {
"command": "uvx",
"args": [
"vibescan-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibescan-mcp-server": {
"command": "uvx",
"args": [
"vibescan-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vibescan-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"vibescan-mcp-server"
]
}
}
}Claude Code
claude mcp add vibescan-mcp-server -- uvx vibescan-mcp-serverRelated MCP servers
DataOps ClickHouse MCP server with query optimization and pipeline monitoring
0
View repository →Python
MIT
io.github.Aguantar/kafka-dataops-mcp
Maintained
DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring
0
View repository →Python
MIT