Document corpus for Cursor
io.github.jorgell23-sys/markdown-document-search
Query a verified document collection: passages that answer a question, with their source.
client:Cursor
transport:stdio
runtime:pypi
Install Document corpus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"markdown-document-search": {
"type": "stdio",
"command": "uvx",
"args": [
"mdcx"
],
"env": {
"MDCX_FILE": "<MDCX_FILE>",
"MDCX_KEY": "<MDCX_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs