Skip to main content
Glama

Vibe Check MCP

import fs from 'fs'; const request = JSON.stringify({ jsonrpc: '2.0', method: 'tools/call', params: { name: 'vibe_check', arguments: { goal: 'Test OpenAI provider', plan: '1. Make a call to vibe_check using the OpenAI provider.', modelOverride: { provider: 'openai', model: 'o4-mini' } } }, id: 1 }); fs.writeFileSync('request.json', request, 'utf-8'); console.log('Generated request.json for the OpenAI test.');

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PV-Bhat/vibe-check-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server