Skip to content
Claude Desktop

Knowa for Claude Desktop

com.knowalabs/knowa

Team docs served to AI agents over MCP - search, Markdown reads, version pinning, read audit.

client:Claude Desktop transport:streamable-http

Install Knowa in Claude Desktop

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

{
  "mcpServers": {
    "knowa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.knowalabs.com/api/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

Knowa in other clients