Send a consented vibecheck to SomaCheck and use the person's result as a signal.
claude mcp add vibecheck -- npx -y @somacheck/vibecheck
claude_desktop_config.json
{
"mcpServers": {
"vibecheck": {
"command": "npx",
"args": [
"-y",
"@somacheck/vibecheck"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vibecheck": {
"command": "npx",
"args": [
"-y",
"@somacheck/vibecheck"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibecheck": {
"command": "npx",
"args": [
"-y",
"@somacheck/vibecheck"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vibecheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@somacheck/vibecheck"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vibecheck": {
"command": "npx",
"args": [
"-y",
"@somacheck/vibecheck"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Sensie-agents--vibecheck/reviews or the review_server meta-tool.
POST /mcp