jai-mcp

janison/jai-mcp

3.1

If you are the rightful owner of jai-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Jai MCP server facilitates natural language interactions with the Jai platform, enabling efficient management of resources and projects.

Jai MCP Server

MCP (Model Context Protocol) server for managing Jai platform resources through Claude Code.

Overview

The Jai MCP server enables natural language interactions with the Jai platform, allowing developers to:

  • Create and manage modules with examples
  • Set up projects from blueprints
  • Monitor platform health
  • Manage teams and permissions

Installation

npm install -g jai-mcp

Usage

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "jai": {
      "command": "jai-mcp",
      "args": ["--api-key", "YOUR_API_KEY"]
    }
  }
}

Features

  • Module Management: Create, update, and list modules
  • Project Setup: Initialize projects with blueprints
  • Health Monitoring: Check platform status and endpoints
  • Team Management: Create teams and manage permissions

Development

npm install
npm run dev

License

MIT