HomeKnowledge & Memory › Knowl

Knowl

Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.

TypeScript Local macOSWindowsLinux Remote
★ 101 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.knowl.cloud/mcp/ Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http knowl https://api.knowl.cloud/mcp/

Or add to your MCP client config:

{
  "mcpServers": {
    "knowl": {
      "url": "https://api.knowl.cloud/mcp/"
    }
  }
}

Package (npm 5.23.1)

npx -y @dat999zx/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "knowl": {
      "command": "npx",
      "args": [
        "-y",
        "@dat999zx/[email protected]"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry