What is the com.vibgrate/mcp MCP server?
Query your team's drift, vulnerability, and upgrade data from any AI assistant. OAuth 2.1, 51 tools.
How to install com.vibgrate/mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://mcp.vibgrate.com"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"serverUrl": "https://mcp.vibgrate.com"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.vibgrate.com"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vibgrate.com"
]
}
}
}Claude Code
claude mcp add --transport http mcp https://mcp.vibgrate.comRelated MCP servers
com.vibgrate/ai-context
Active
Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.
3
View repository →TypeScript
Apache-2.0