https://github.com/ai-forever/mcp_giga_checker
MCP server for detecting AI-generated text using GigaChat API.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.0%) to scientific vocabulary
Repository
MCP server for detecting AI-generated text using GigaChat API.
Basic Info
- Host: GitHub
- Owner: ai-forever
- License: mit
- Language: Python
- Default Branch: main
- Size: 33.2 KB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MCP Giga Checker
MCP Giga Checker — это сервер MCP (Model Context Protocol) для проверки текста на сгенерированность искусственным интеллектом через GigaChat API от Сбера.
Сервер предоставляет интеграцию проверки сгенерированности текста в ваших ИИ-ассистентов.
Важно: тарифы GigaChat API
Проверка сгенерированности текста через GigaChat API доступна только для пользователей с корпоративным доступом (тарифы для юрлиц). Подробнее: Тарифы GigaChat API для юрлиц
Возможности
- Проверка текста на признаки генерации ИИ (GigaChat)
- Готовность к работе с агентами на базе MCP (например, Cursor)
Требования
- Python 3.12+
- Доступ к GigaChat API (см. тарифы ниже)
Запуск MCP-сервера
Добавьте сервер в ваш json-конфигурационный файл:
json
"mcpServers": {
"mcp-giga-checker": {
"command": "uvx",
"args": ["--from", "mcp_giga_checker", "mcp-giga-checker"],
"enabled": true,
"env": {
"GIGACHAT_AUTH": "ваши_авторизационные_данные_GigaChat",
"GIGACHAT_SCOPE": "GIGACHAT_API_CORP"
}
}
}
Лицензия
MIT
Owner
- Name: AI Forever
- Login: ai-forever
- Kind: organization
- Location: Armenia
- Repositories: 60
- Profile: https://github.com/ai-forever
Creating ML for the future. AI projects you already know. We are non-profit organization with members from all over the world.
GitHub Events
Total
- Watch event: 2
- Member event: 1
- Push event: 3
- Fork event: 1
- Create event: 2
Last Year
- Watch event: 2
- Member event: 1
- Push event: 3
- Fork event: 1
- Create event: 2
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0