chaoslimba-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chaoslimba-mcp-servershow grammar features for A2 level"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
chaoslimba-mcp-server
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 |
| Returns all tables and columns in the database. Good starting point for orientation. |
| Lists grammar features from |
| Traces the full recursive prerequisite tree for a given grammar feature. |
| Browses content items with optional filters for difficulty, topic, and type (audio/text). |
| Cross-references grammar features against content items to identify coverage gaps. |
| Aggregates anonymized error logs to show where learners struggle most. |
| Summarizes fossilization interventions — escalation tiers, counts, and resolution rates. |
Related MCP server: mediawiki-mcp-server
Setup
Prerequisites
Node.js 18+
A PostgreSQL database with the ChaosLimba schema
Install & Build
npm install
npm run buildEnvironment Variables
Variable | Required | Description |
| Yes | PostgreSQL connection string |
Run
CHAOSLIMBA_DATABASE_URL="postgresql://..." npm startClaude 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://..."
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmdrew96/chaoslimba-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server