kirundi-brain-mcp
Manages a Kirundi lesson corpus stored as Markdown files, with tools to list, read, search, write, and delete lessons.
Provides AI-powered Kirundi tutoring and answer grading through the OpenAI API.
Stores learner profile data (level, goals, mistakes) in a SQLite database and exposes tools to get and update it.
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., "@kirundi-brain-mcpQuiz me on greetings"
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.
Kirundi Study Brain (Week 6 MCP)
Local-first Kirundi (Rundi) study coach exposed as a FastMCP server. An OpenAI Agents SDK demo attaches over stdio, calls path-jailed Brain tools, and tutors from a Markdown corpus — not from thin air.
Inspired by the course trading/MCP labs and pro patterns like asket-mcp (Brain + profile + gated writes), scoped to Burundi language learning.
Architecture
demo_agent.py → MCPServerStdio → server.py (FastMCP)
│
┌────────────────────┼────────────────────┐
▼ ▼ ▼
brain/*.md SQLite profile ask / grade
(path jail) (data/) (OpenAI + retrieve)Related MCP server: FastMCP Example Server
Tools
Tool | Purpose |
| List corpus entries |
| Read a lesson |
| Keyword search in |
| Add/update lesson ( |
| Delete lesson (confirm gated) |
| Learner level, goals, mistakes |
| Retrieve + grounded answer |
| Score a short reply |
| Paths / version / config |
Setup
cd 6_mcp/community_contributions/Sama-ndari_kirundi-brain
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # set OPENAI_API_KEYRun MCP server alone (stdio — Cursor / Claude Desktop)
python server.pyExample Cursor mcp.json fragment (adjust absolute paths):
{
"mcpServers": {
"kirundi-study-brain": {
"command": "python",
"args": ["/ABS/PATH/Sama-ndari_kirundi-brain/server.py"],
"env": {
"OPENAI_API_KEY": "sk-...",
"KIRUNDI_BRAIN_DIR": "/ABS/PATH/Sama-ndari_kirundi-brain/brain",
"KIRUNDI_BRAIN_DATA_DIR": "/ABS/PATH/Sama-ndari_kirundi-brain/data"
}
}
}
}Run agent demo
python demo_agent.py "How do I say thank you in Kirundi?"
python demo_agent.py "Quiz me on greetings"Sample corpus
Bundled under brain/: greetings, courtesy, numbers, food. Point KIRUNDI_BRAIN_DIR at a larger phrase bank when you have one.
Env
Variable | Role |
| Required for agent demo + |
| Default |
| Corpus root (default: |
| SQLite dir (default: |
Do not commit .env or data/*.sqlite3.
Author
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.
Related MCP Servers
- Flicense-qualityDmaintenanceAn educational MCP server example built with FastMCP that demonstrates how to expose tools, resources, and prompts to AI clients. Provides a learning foundation for building MCP servers with Python and integrating them with AI applications like IDEs and chatbots.Last updated
- Flicense-qualityDmaintenanceEducational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.Last updated
- Alicense-qualityDmaintenanceAn MCP server and CLI for step-by-step learning, enabling humans and agents to learn subjects like language tutoring through a structured prompt system.Last updated1Apache 2.0
- Alicense-qualityBmaintenanceA high-performance personal Model Context Protocol (MCP) server built with the FastMCP Python framework.Last updatedMIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Sama-ndari/kirundi-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server