Skip to main content
Glama

Shortcut MCP Server

by ampcome-mcps
biome.json1.07 kB
{ "$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "includes": ["**/src/**", "**/index.ts"] }, "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 100 }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedImports": "error" }, "style": { "noUnusedTemplateLiteral": "off", "noParameterAssign": "off", "useAsConstAssertion": "error", "useDefaultParameterLast": "error", "useEnumInitializers": "error", "useSelfClosingElements": "error", "useSingleVarDeclarator": "error", "useNumberNamespace": "error", "noInferrableTypes": "error", "noUselessElse": "error" }, "a11y": { "useKeyWithClickEvents": "off", "useMediaCaption": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double", "lineWidth": 100 } } }

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/ampcome-mcps/shortcut-mcp'

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