Odel
memex

memex

Local
@stifler712PythonMITUpdated 1w ago

Temporal engineering context for agents via MCP.

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).

npmstifler-memex-mcpv0.9.0

Run

npx -y stifler-memex-mcp

MCP client config

{
  "mcpServers": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "stifler-memex-mcp"
      ]
    }
  }
}
PyPImemex-mcpv0.9.0

Run

uvx memex-mcp

MCP client config

{
  "mcpServers": {
    "memex": {
      "command": "uvx",
      "args": [
        "memex-mcp"
      ]
    }
  }
}