TTIO-MCP-Server

DTW-Thalion/TTIO-MCP-Server
★ 0 stars Python File System Updated 4d ago
MPEG-O MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ttio-mcp-server": {
      "command": "uvx",
      "args": [
        "ttio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ttio-mcp-server

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server that exposes capabilities to LLM clients via a **catalog pattern** — a SQL index over files that stay in place on disk or in object storage. The server speaks MCP over stdio, surfaces 14 tools (register, query, spectrum read, quantifications, encrypt/decrypt, cloud push,

Tools (18)

TTIO_KEYRING_PATHTTIO_MCP_DB_URLTTIO_MCP_FSSPEC_KWARGSTTIO_MCP_INTAKE_DIRttio_decrypt_filettio_encrypt_filettio_get_filettio_get_quantificationsttio_get_runttio_get_spectrumttio_launch_uploaderttio_list_filesttio_push_filettio_register_filettio_reverifyttio_search_identificationsttio_sign_filettio_verify_signature