Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
CreateScript.mdx984 B
--- title: Create Script snippet description: Learn how to create a new script using Visual Studio Code or other editors with GenAIScript commands. keywords: create script, VSCode, command palette, CLI, script generation --- import { Tabs, TabItem } from "@astrojs/starlight/components" <Tabs> <TabItem label="Visual Studio Code, Cursor"> Use the `> GenAIScript: Create new script...` command in the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) (`Ctrl+Shift+P` on Windows/Linux, `⇧⌘P` on Mac) to create a new script. ![A search bar with the text "createn" entered, displaying a suggestion for "GenAIScript: Create new script..." in a dropdown menu.](../assets/vscode-create-new-script.png) </TabItem> <TabItem label="Other Editors"> Run the [cli](/genaiscript/reference/cli/) `script create` command with the name of the script you want to create. ```bash npx genaiscript script create proofreader ``` </TabItem> </Tabs>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'

If you have feedback or need assistance with the MCP directory API, please join our Discord server