GenAIScriptServer

microsoft
GitHub
JavaScriptLLMCode Execution

Loading subscription status...

πŸ’‘ Description

GenAIScript is a specialized JavaScript runtime focused on building reliable and automatable LLM scripts. It allows for the programming of prompts using JavaScript and provides features like seamless Visual Studio Code integration, rapid development loops, and support for various data processing tasks.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "GenAIScript": {
        "env": {
          "OpenAI_API_Key": "sk-[A-Za-z0-9]{32,48}"
        },
        "args": [
          "run",
          "your_script.js"
        ],
        "command": "genaiscript"
      }
    }
  ]
}

πŸ› οΈ Tools

Visual Studio CodeGitHub Copilot

⚑ Features

  • JavaScript and TypeScript integration for prompt programming
  • Video processing and transcription capabilities
  • Supports local and remote execution in Docker containers

πŸ’¬ Example Queries

  • Create a script that generates a 'Hello World' poem.
  • Analyze a text file and summarize its contents in JSON.