motif for Cursor
io.github.sleepycobalt/motif
Research synthesis with receipts: cited, critic-checked insights from interview transcripts.
client:Cursor
transport:stdio
runtime:pypi
Install motif in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"motif": {
"type": "stdio",
"command": "uvx",
"args": [
"etot-motif"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"MOTIF_RUNS_DIR": "<MOTIF_RUNS_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs