Criage MCP Server
About
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
Details
- Author
- zu-krein
- Categories
- Developer Tools, Automation
Jump to
Setup
Install Criage MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/zu-krein/criage-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server for the Criage package manager, providing full client functionality via the MCP protocol.
MCP (Model Context Protocol) сервер для пакетного менеджера Criage. Предоставляет полный функционал клиента Criage через протокол MCP для интеграции с AI инструментами.
Этот сервер дублирует весь функционал клиента Criage и предоставляет его через MCP протокол. AI может использовать все возможности пакетного менеджера:
- Установка и удаление пакетов
- Поиск пакетов в репозиториях
- Управление зависимостями
- Создание новых пакетов
- Сборка и публикация пакетов
- Получение информации о пакетах и репозиториях
cd mcp-server go mod tidy go build -o criage-mcp-server .
MCP сервер работает через стандартные потоки ввода/вывода:
- install_package- Установка пакета из репозитория
- uninstall_package- Удаление установленного пакета
- update_package- Обновление пакета до последней версии
- list_packages- Список установленных пакетов
- package_info- Подробная информация о пакете
- search_packages- Поиск пакетов в репозиториях
- repository_info- Информация о репозитории
- create_package- Создание нового пакета
- build_package- Сборка пакета
- publish_package- Публикация пакета в репозиторий
Сервер использует конфигурацию из~/.criage/config.json. Если файл не существует, создается автоматически с настройками по умолчанию:
{ "repositories": [ { "name": "default", "url": "http://localhost:8080", "priority": 1, "enabled": true } ], "global_path": "~/.criage/packages", "local_path": "./criage_modules", "cache_path": "~/.criage/cache", "temp_path": "~/.criage/temp", "timeout": 30, "max_concurrency": 4, "compression_level": 3, "force_https": false }
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "install_package", "arguments": { "name": "example-package", "version": "1.0.0", "global": false } } }
{ "jsonrpc": "2.0", "id": 2, "method": "tools/call", "params": { "name": "search_packages", "arguments": { "query": "web framework" } } }
{ "jsonrpc": "2.0", "id": 3, "method": "tools/call", "params": { "name": "create_package", "arguments": { "name": "my-package", "template": "basic", "author": "Мой автор", "description": "Описание моего пакета" } } }
mcp-server/ ├── main.go # Основной файл MCP сервера ├── types.go # Структуры данных ├── package_manager.go # Пакетный менеджер ├── go.mod # Go модули └── README.md # Документация
Сервер полностью совместим с Claude Desktop и другими MCP клиентами. Для добавления в Claude Desktop:
- Соберите сервер:go build -o criage-mcp-server .
- Добавьте в конфигурацию Claude Desktop (config.json):
{ "mcpServers": { "criage": { "command": "/path/to/criage-mcp-server" } } }
- Полная совместимость с основным клиентом Criage
- Поддержка всех форматов архивов (criage, tar.zst, tar.lz4, tar.xz, tar.gz, zip)
- Работа с репозиториями Criage
- Мультиплатформенность (Windows, Linux, macOS)
Использует ту же лицензию, что и основной проект Criage.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.
What Shopify did for ecommerce, Chipp does for AI agents. Build, deploy, and monetize AI agents for your business — no engineering team required.
CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.
his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.
Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
Agents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Single tool to control all 100+ API integrations, and UI components
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


