IWE for Claude Desktop
io.github.iwe-org/iwe
Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
client:Claude Desktop
transport:stdio
runtime:npm
Install IWE in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs