Skip to content
Cline

IWE for Cline

io.github.iwe-org/iwe

Markdown knowledge base as agent memory. Runs against the notes directory it is started in.

client:Cline transport:stdio runtime:npm

Install IWE in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "iwe": {
      "command": "npx",
      "args": [
        "-y",
        "@iwe-org/mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

IWE in other clients