Skip to main content
Glama

Code MCP Server

by block

stop_server

Terminates a specified running process on the Code MCP Server, ensuring efficient resource management and server control for AI agent integrations 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