Skip to content

korfixdev/marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Korfix Marketplace for Claude Code

Plugin marketplace for the Korfix platform. Lists official plugins available for Claude Code:

How to add this marketplace

In Claude Code, type /plugin and follow the UI to add a marketplace. When asked for a source, use:

korfixdev/marketplace

Or via command (older Claude Code versions):

/plugin marketplace add korfixdev/marketplace

After adding, both plugins appear in the install picker.

Install plugins

Through /plugin UI: open the marketplace, pick korfix-devkit or korfix-assistant, click Install.

Or via command:

/plugin install korfix-devkit@korfixdev
/plugin install korfix-assistant@korfixdev

After install — activate in current session

Plugins are not active in your current Claude session right after install. To use them immediately:

/reload-plugins

Or restart Claude Code — plugins load automatically on next start.

Setup after install

Both plugins require environment variables — see each plugin's README:

Minimum:

export KORFIX_TOKEN="your-token-from-korfix-instance"
export KORFIX_MCP_URL="https://mcp.korfix.ru/${KORFIX_TOKEN}/sse"  # for assistant; optional for devkit

Get a token: in your Korfix panel → /db/api → Add.

Documentation

Contact

info@korfix.ru


Korfix Marketplace для Claude Code

Маркетплейс плагинов для платформы Korfix. Содержит официальные плагины Claude Code:

  • korfix-devkit — разработка миниапов Korfix с AI-агентами
  • korfix-assistant — бизнес-запросы к Korfix ERP через MCP

Как добавить маркетплейс

В Claude Code набери /plugin и пройди по UI, чтобы добавить маркетплейс. На запрос source укажи:

korfixdev/marketplace

Или командой (старые версии Claude Code):

/plugin marketplace add korfixdev/marketplace

После добавления оба плагина появятся в picker'е установки.

Установка плагинов

Через /plugin UI: открой маркетплейс, выбери korfix-devkit или korfix-assistant, нажми Install.

Или командой:

/plugin install korfix-devkit@korfixdev
/plugin install korfix-assistant@korfixdev

После установки — активация в текущей сессии

Плагины не активируются в текущей сессии Claude сразу после установки. Чтобы пользоваться немедленно:

/reload-plugins

Либо перезапусти Claude Code — плагины подтянутся автоматически при следующем старте.

Настройка после установки

Оба плагина требуют переменные окружения — см. README каждого плагина.

Минимум:

export KORFIX_TOKEN="your-token-from-korfix-instance"
export KORFIX_MCP_URL="https://mcp.korfix.ru/${KORFIX_TOKEN}/sse"

Получить токен — в твоей панели Korfix → /db/api → Добавить.

Документация

Контакт

info@korfix.ru

About

Claude Code plugin marketplace for Korfix platform: devkit (miniapp dev) + assistant (business queries via MCP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors