Ouestcharlie Woof MCP Server

Woof is the photo and video gallery companion to your your AI assistant (Claude Desktop, Goose, VS Code / GitHub Copilot...). It complements those powerful tools with a searchable gallery. Your photos and videos remain exactly where they are - on your own drives (local or mounted).

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 8 · #52 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Ouestcharlie Woof

Claude Code

claude mcp add ouestcharlie-ouestcharlie-woof -- uvx ouestcharlie-woof

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ouestcharlie-ouestcharlie-woof": {
      "command": "uvx",
      "args": [
        "ouestcharlie-woof"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package ouestcharlie-woof - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ouestcharlie is GitHub-verified and matches the repo owner

03 · What Ouestcharlie Woof can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.15.2 · 2026-09-17

Fix Windows spurious console window in · OEC-54 MCP2 upgrade, Goose compatibility in

v0.14.6 · 2026-08-16

Install · Install is described in the Woof README, two main alternatives: · For Claude Desktop with the ouestcharlie-woof-0.14.6.mcpb package here below · Otherwise, adding the "uv run woof-bridge" as explained in the…

v0.13.1 · 2026-07-25

Improvements related to the CoWork compatibility: · Instantiate Woof as an HTTP server, MCP Streamable HTTP transport · Coerce dict and list parameters in MCP calls to support stringified JSON · Fallbacks to EXIF…

04 · Who maintains Ouestcharlie Woof

ouestcharlie-woof is maintained by ouestcharlie. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
database - ranked #52 of 168 actively-maintained database servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-17)
registry
io.github.ouestcharlie/ouestcharlie-woof (active, first published 2026-07-27)
packages
pypi:ouestcharlie-woof

06 · Ouestcharlie Woof FAQ

What is Ouestcharlie Woof?

Woof is the photo and video gallery companion to your your AI assistant (Claude Desktop, Goose, VS Code / GitHub Copilot...). It complements those powerful tools with a searchable gallery. Your photos and videos remain exactly where they are - on your own drives (local or mounted).

Is Ouestcharlie Woof still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Ouestcharlie Woof?

Run `uvx ouestcharlie-woof`. You can also paste the ready-made client config above.

Does Ouestcharlie Woof run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ouestcharlie Woof