Skip to content

razuna/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Razuna MCP Server

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.

Features

  • 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)

Quick Start

  1. Sign up at razuna.com to get your access token
  2. Add to your MCP client config:
{
  "mcpServers": {
    "razuna": {
      "url": "https://mcp.razuna.com/mcp",
      "headers": {
        "access-token": "YOUR_ACCESS_TOKEN"
      }
    }
  }
}

EU Data Center

{
  "mcpServers": {
    "razuna": {
      "url": "https://mcp.razuna.eu/mcp",
      "headers": {
        "access-token": "YOUR_ACCESS_TOKEN"
      }
    }
  }
}

Available Tools (59 total)

  • search_files — AI-powered natural language file search
  • find_similar_images — find visually similar images
  • get_file_metadata — get detailed file information
  • list_workspaces — list all accessible workspaces
  • get_folder_tree — get hierarchical folder structure
  • search_knowledge — search across notes and memories
  • store_memory / recall_memory — persistent AI memory
  • create_note / search_notes — structured notes

Full tool reference

Authentication

All requests require an access-token header. Get your token from your Razuna account settings.

Data Centers

Region URL
US https://mcp.razuna.com/mcp
EU https://mcp.razuna.eu/mcp

License

AGPL-3.0

About

Razuna MCP Server — AI-powered digital asset management for Claude, Cursor, and any MCP-compatible tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors