African Speech Corpora Quality Audit for Cursor
io.github.papasega/african-speech-corpora
Read-only, provenance-aware selection of Wolof speech corpora by measured quality.
client:Cursor
transport:stdio
runtime:pypi
Install African Speech Corpora Quality Audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"african-speech-corpora": {
"type": "stdio",
"command": "uvx",
"args": [
"african-speech-mcp"
],
"env": {
"ASM_CATALOG_PATH": "<ASM_CATALOG_PATH>",
"ASM_AUDIT_LOG_PATH": "<ASM_AUDIT_LOG_PATH>",
"ASM_HF_TOKEN": "<ASM_HF_TOKEN>",
"ASM_VALIDATION_LOCK_PATH": "<ASM_VALIDATION_LOCK_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs