Shinkai

by dcSpark

432 stars
478 downloads
Not rated
GitHub Website

About

is a two click install AI manager (Local and Remote) that allows you to create AI agents in 5 minutes or less using a simple UI. Agents and tools are exposed as an MCP Server.

Details

Author
dcSpark
GitHub stars
432
Downloads
478
Categories
Other, AI

- No-code visual agent builder
- Multi-agent orchestration and collaboration
- Crypto-native architecture with payment support
- Universal MCP integration
- Hybrid local/cloud deployment
- Security-first local design
- Cross-platform (Windows, macOS, Linux)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Shinkai
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download the latest release for your platform from the releases page, install and launch Shinkai, then create your first AI agent using the step-by-step guided interface. No additional configuration keys are required.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "shinkai": {
            "shinkai-apps": {
                "command": "npx",
                "args": [
                    "ts-node",
                    "./ci-scripts/download-side-binaries.ts"
                ]
            }
        }
    }
}

McpServers

{
    "shinkai-apps": {
        "command": "npx",
        "args": [
            "ts-node",
            "./ci-scripts/download-side-binaries.ts"
        ]
    }
}

Generate Composio apps repository - This script regenerates the repository of pre-built Composio apps and templates that users can import into Shinkai. It ensures the app catalog stays up-to-date with the latest official releases.

deno run -A ./ci-scripts/composio-repository/main.ts
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.