Skip to main content
Glama

Code MCP Server

by block

stop_server

Stop a running process by specifying its name using the MCP Server tool, facilitating efficient management of AI agent interactions with VS Code.

Instructions

Stop a running server

Input Schema

NameRequiredDescriptionDefault
nameYesProcess name

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Process name", "type": "string" } }, "required": [ "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