Skip to content
Claude Desktop

FoxNose Knowledge for Claude Desktop

net.foxnose/knowledge

Hybrid search, schema introspection and record read/write over FoxNose collections

client:Claude Desktop transport:streamable-http

Install FoxNose Knowledge in Claude Desktop

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

{
  "mcpServers": {
    "knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.foxnose.net/_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

FoxNose Knowledge in other clients