Odel
IWE

IWE

Local
@iwe-org1.6kRustApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@iwe-org/mcpv0.23.1

Run

npx -y @iwe-org/mcp

MCP client config

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