Docmancer for Cursor
dev.docmancer/docmancer
Local-only MCP server for source-attributed Markdown memory and documentation retrieval.
client:Cursor
transport:stdio
runtime:pypi
Install Docmancer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docmancer": {
"type": "stdio",
"command": "uvx",
"args": [
"docmancer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs