recallfox-media
A local MCP server that securely uploads explicitly selected local images to RecallFox, keeping image bytes and OAuth tokens out of model context.
README
RecallFox media helper
A small local MCP server and command-line helper for uploading an explicitly selected local image to RecallFox.
The remote RecallFox MCP server creates a five-minute, one-use upload token. This helper reads the selected file and sends it directly to RecallFox. Image bytes and account OAuth tokens do not enter model context.
Run from a GitHub Release
npx --yes \
--package=https://github.com/Recallfox/recallfox-media/releases/download/v0.1.0/recallfox-media-0.1.0.tgz \
recallfox-media inspect ./diagram.png
Run it as a local MCP server:
{
"mcpServers": {
"recallfox-media": {
"command": "npx",
"args": [
"--yes",
"--package=https://github.com/Recallfox/recallfox-media/releases/download/v0.1.0/recallfox-media-0.1.0.tgz",
"recallfox-media",
"mcp"
]
}
}
}
Node.js 22 or newer is required. Releases are built with the current Node.js 24 LTS line. The package has no runtime npm dependencies.
Security boundary
- A file path must name a regular file of 10 MiB or less.
- Symbolic links are rejected.
- Upload tokens must use the
rf_upload_namespace. - Production uploads have one fixed destination:
https://app.recallfox.com/api/v1/media/local-uploads. - A custom destination is accepted only for explicit localhost development.
- RecallFox verifies the filename, original byte size, and SHA-256 when these values are bound to the temporary token.
Run tests with npm test. Create the release tarball with npm pack.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.