AI-powered digital asset management. Find, organize, and manage your files with natural language.
Razuna is a hosted MCP server that connects any MCP-compatible AI tool to your Razuna digital asset management workspace.
- AI-powered file search — find files by description, content, or visual similarity
- Workspace management — manage folders, metadata, and permissions
- Notes & memory — store and retrieve knowledge tied to your assets
- Semantic image search — find visually similar images using CLIP embeddings
- 59 tools — full DAM operations via natural language
- Two data centers — US (
mcp.razuna.com) and EU (mcp.razuna.eu)
- Sign up at razuna.com to get your access token
- Add to your MCP client config:
{
"mcpServers": {
"razuna": {
"url": "https://mcp.razuna.com/mcp",
"headers": {
"access-token": "YOUR_ACCESS_TOKEN"
}
}
}
}{
"mcpServers": {
"razuna": {
"url": "https://mcp.razuna.eu/mcp",
"headers": {
"access-token": "YOUR_ACCESS_TOKEN"
}
}
}
}search_files— AI-powered natural language file searchfind_similar_images— find visually similar imagesget_file_metadata— get detailed file informationlist_workspaces— list all accessible workspacesget_folder_tree— get hierarchical folder structuresearch_knowledge— search across notes and memoriesstore_memory/recall_memory— persistent AI memorycreate_note/search_notes— structured notes
All requests require an access-token header. Get your token from your Razuna account settings.
| Region | URL |
|---|---|
| US | https://mcp.razuna.com/mcp |
| EU | https://mcp.razuna.eu/mcp |
AGPL-3.0