Skip to content
Claude Desktop

knownissue for Claude Desktop

io.github.gong8/knownissue

Shared debugging memory for AI coding agents

client:Claude Desktop transport:streamable-http

Install knownissue in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "knownissue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.knownissue.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

knownissue in other clients