transcodes-mcp-server

transcodings/transcodes-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Transcodes offers a dedicated MCP server designed for local AI orchestration. By installing this server directly into your local AI engine (like Cursor or Claude Desktop), you can architect and manage your entire security infrastructure locally
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "transcodes-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "transcodings/transcodes-mcp-server"
      ]
    }
  }
}