Skip to main content
Glama

Code MCP Server

by block

start_server

Launch a development server by specifying a command, process name, port, and working directory. This tool integrates with the Code MCP Server to facilitate interaction between AI agents and VS Code.

Instructions

Start a development server

Input Schema

NameRequiredDescriptionDefault
commandYesServer command
cwdNoWorking directory
nameYesProcess name for reference
portNoPort number

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Server command", "type": "string" }, "cwd": { "description": "Working directory", "type": "string" }, "name": { "description": "Process name for reference", "type": "string" }, "port": { "description": "Port number", "type": "number" } }, "required": [ "command", "name" ], "type": "object" }

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/block/vscode-mcp'

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