PluginBench
MCP Server
Maintained
MIT

io.github.gabrielmahia/elimu-mcp MCP Server

io.github.gabrielmahia/elimu-mcp

What is the io.github.gabrielmahia/elimu-mcp MCP server?

MCP server for education coordination in East Africa (elimu = education)

How to install io.github.gabrielmahia/elimu-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elimu-mcp": {
      "command": "uvx",
      "args": [
        "elimu-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "elimu-mcp": {
      "command": "uvx",
      "args": [
        "elimu-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "elimu-mcp": {
      "command": "uvx",
      "args": [
        "elimu-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "elimu-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "elimu-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add elimu-mcp -- uvx elimu-mcp

Related MCP servers

MCP server for M-Pesa mobile-money integration in Kenya

4
Python
MIT
View repository →

MCP server for health-service coordination in East Africa (afya = health)

0
Python
MIT
View repository →

MCP server for mental-health support coordination in East Africa (afya ya akili = mental health)

0
Python
MIT
View repository →

MCP server for land records and land-service coordination in Kenya (ardhi = land)

0
Python
MIT
View repository →

🛡️ bima-mcp — Kenya Insurance Intelligence MCP Server

0
Python
View repository →

MCP server for congregation and community-organization coordination in East Africa

0
Python
MIT
View repository →