Skip to main content
Glama

ToolBox MCP Server

tasks.json655 B
{ "version": "2.0.0", "tasks": [ { "label": "Build", "dependsOrder": "sequence", "dependsOn": [ "build_dev", "restart_debug" ], "group": { "kind": "build", "isDefault": true } }, { "label": "build_dev", "type": "shell", "command": "npm", "args": [ "run", "build_dev" ], "problemMatcher": [], "presentation": { "reveal": "never", "panel": "shared" }, }, { "label": "restart_debug", "type": "shell", "command": "${command:workbench.action.debug.restart}" }, ] }

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/xiaoguomeiyitian/ToolBox'

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