Africa Data Bank for Cursor
io.github.africa-data-bank/africadb
Trusted African data, provenance, citations, and catalog search for AI agents.
client:Cursor
transport:stdio
runtime:oci
Install Africa Data Bank in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"africadb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jmatrixjnr/afridb-mcp-server:1.0.1"
],
"env": {
"AFRICADB_API_TOKEN": "<AFRICADB_API_TOKEN>",
"AFRICADB_API_URL": "<AFRICADB_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs