loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

risify-mcp-public

MCP Tool

analyzify/risify-mcp-public

MCP server for the Risify GraphQL API — helps AI assistants search the schema and write correct queries/mutations.

Install

$ npx loaditout add analyzify/risify-mcp-public

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "risify-mcp-public": {
      "command": "npx",
      "args": [
        "-y",
        "risify-mcp-public"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

risify-mcp

A Model Context Protocol (MCP) server for the Risify GraphQL API. Helps AI assistants search the schema and write correct GraphQL queries and mutations.

Install
curl -sL https://raw.githubusercontent.com/analyzify/risify-mcp-public/main/install.sh | sh

This auto-detects your OS and architecture, downloads the latest binary, and installs it to /usr/local/bin.

Supported platforms: macOS (Intel/Apple Silicon), Linux (amd64/arm64)

Manual install

Download the binary for your platform from the Releases page, extract it, and place it somewhere in your $PATH.

Verify
risify-mcp version
Configuration

Add to your MCP client configuration:

Claude Code (.claude/settings.json):

{
  "mcpServers": {
    "risify": {
      "command": "risify-mcp",
      "args": ["serve"],
      "env": {
        "RISIFY_API_URL": "http://localhost:2136/app/query",
        "RISIFY_TOKEN": "your-jwt-token"
      }
    }
  }
}

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "risify": {
      "command": "risify-mcp",
      "args": ["serve"],
      "env": {
        "RISIFY_API_URL": "http://localhost:2136/app/query",
        "RISIFY_TOKEN": "your-jwt-token"
      }
    }
  }
}

Cursor / VS Code (MCP settings):

{
  "risify": {
    "command": "risify-mcp",
    "args": ["serve"],
    "env": {
      "RISIFY_API_URL": "http://localhost:2136/app/query",
      "RISIFY_TOKEN": "your-jwt-token"
    }
  }
}

> Without env vars, the server works in schema-only mode (search + full schema tools).

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | RISIFY_API_URL | no | Production API | GraphQL endpoint URL | | RISIFY_TOKEN | no | — | JWT token for token: <token> header |

CLI Commands
risify-mcp serve                   

Tags

analyzifygraphqlmcpmcp-serverrisify

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/analyzify/risify-mcp-public)](https://loaditout.ai/skills/analyzify/risify-mcp-public)