-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Setup VerifiMind™ PEAS for Claude, Cursor, VS Code, and other MCP clients
- An MCP-compatible client (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, etc.)
- Node.js 18+ (for
npx mcp-remotebridge, if needed)
For clients that support streamable-http transport natively (Cursor, VS Code, Windsurf):
URL: https://verifimind.ysenseai.org/mcp/
Important: Always include the trailing slash
/mcp/.
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"verifimind": {
"url": "https://verifimind.ysenseai.org/mcp/",
"transport": "streamable-http"
}
}
}For clients that require stdio transport (Claude Desktop):
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verifimind": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://verifimind.ysenseai.org/mcp/"]
}
}
}claude mcp add -s user verifimind -- npx -y mcp-remote https://verifimind.ysenseai.org/mcp/After connecting, verify the server is working:
-
Health Check: Visit verifimind.ysenseai.org/health — should return
v0.4.5withbyok_live: true - Tools List: Your MCP client should show 10 tools (4 core + 6 template)
-
Test Query: Try
Use consult_agent_x to briefly analyze the AI validation market
| Issue | Solution |
|---|---|
| Tools not showing | Remove and re-add the MCP server connection (clears schema cache) |
| Connection timeout | Check if your firewall allows HTTPS to verifimind.ysenseai.org
|
| "Session expired" | Reconnect — sessions are ephemeral by design |
| Stale tool schemas | Delete the MCP server entry and add it fresh |
See docs/MCP_Server_Troubleshooting_Guide.md in the repository.
VerifiMind PEAS is listed on the official MCP Registry: registry.modelcontextprotocol.io/?q=verifimind
VerifiMind PEAS documentation · Current status · Live health · Public statements · MIT License
Runtime versions, models, routing, tool availability, policies, metrics, and deployment facts are owned by their linked live or release-bound sources.
Start Here
Operator Playbook
Textbook
Trust & Transparency
Evidence & Research
Project Links