Chaoslimba Server
БесплатноНе проверенMCP server for ChaosLimba — provides read-only access to the Romanian language learning platform's database via the Model Context Protocol.
Описание
MCP server for ChaosLimba — provides read-only access to the Romanian language learning platform's database via the Model Context Protocol.
README
MCP server for ChaosLimba — provides read-only access to the Romanian language learning platform's database via the Model Context Protocol.
Built with TypeScript, the @modelcontextprotocol/sdk, and PostgreSQL.
Tools
| Tool | Description |
|---|---|
cl_get_schema |
Returns all tables and columns in the database. Good starting point for orientation. |
cl_get_grammar_map |
Lists grammar features from grammar_feature_map, optionally filtered by CEFR level (A1–C2). |
cl_get_prerequisite_chain |
Traces the full recursive prerequisite tree for a given grammar feature. |
cl_get_content |
Browses content items with optional filters for difficulty, topic, and type (audio/text). |
cl_coverage_report |
Cross-references grammar features against content items to identify coverage gaps. |
cl_get_error_patterns |
Aggregates anonymized error logs to show where learners struggle most. |
cl_get_adaptation_summary |
Summarizes fossilization interventions — escalation tiers, counts, and resolution rates. |
Setup
Prerequisites
- Node.js 18+
- A PostgreSQL database with the ChaosLimba schema
Install & Build
npm install
npm run build
Environment Variables
| Variable | Required | Description |
|---|---|---|
CHAOSLIMBA_DATABASE_URL |
Yes | PostgreSQL connection string |
Run
CHAOSLIMBA_DATABASE_URL="postgresql://..." npm start
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chaoslimba": {
"command": "node",
"args": ["/absolute/path/to/chaoslimba-mcp-server/dist/index.js"],
"env": {
"CHAOSLIMBA_DATABASE_URL": "postgresql://..."
}
}
}
}
Установка Chaoslimba Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lmdrew96/chaoslimba-mcp-serverFAQ
Chaoslimba Server MCP бесплатный?
Да, Chaoslimba Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Chaoslimba Server?
Нет, Chaoslimba Server работает без API-ключей и переменных окружения.
Chaoslimba Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Chaoslimba Server в Claude Desktop, Claude Code или Cursor?
Открой Chaoslimba Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Chaoslimba Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
