Loading MCP server directory, please wait...
Trusted African data, provenance, citations, and catalog search for AI agents.
npx @getmcp/cli add io.github.Africa-Data-Bank/africadbRequires Docker Engine. Community-contributed server. Review source before installing.
AFRICADB_API_TOKENAPI key from a registered AfricaDB account. Free use is limited; paid plans raise quotas.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Africa-Data-Bank/africadb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AFRICADB_API_TOKEN",
"-e",
"AFRICADB_API_URL",
"docker.io/jmatrixjnr/afridb-mcp-server:1.0.1"
],
"env": {
"AFRICADB_API_TOKEN": "",
"AFRICADB_API_URL": "https://api.africadb.com"
}
}
}
}