IWE for Cursor
io.github.iwe-org/iwe
Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
client:Cursor
transport:stdio
runtime:npm
Install IWE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"iwe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs