Skip to content

MCP Local Server Node

AI/GitHub/Copilot/MCP

MCP Local Server

Configures a local/stdio MCP server for tool integration

copilot_mcp_local_serverllm
Inputs4
Outputs1
Security exposure3/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
2/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

4

Command

String
command

Command to execute (e.g., npx, python)

Arguments

String Array
args

Command arguments

Default []

Tools

String Array
tools

Tool filter (use ["*"] for all tools)

Default ["*"]

Timeout

Integer
timeout

Server timeout in milliseconds

Default 30000

Output Pins

1

Config

Struct
config

MCP server configuration

McpLocalServerConfigMcpLocalServerConfig7 fields
typestring

Server type (always "local" for this config)

default "local"
commandstringrequired

Command to execute

argsArray<string>

Command arguments

default []
itemsstringarray item
envMap<string, string>

Environment variables

*stringmap value
cwdstring | null

Working directory

toolsArray<string>

Tool filter (use ["*"] for all tools)

default ["*"]
itemsstringarray item
timeoutinteger | null

Server timeout in milliseconds

format int32
Schema enforced

Node Info

Internal name
copilot_mcp_local_server
Category
AI/GitHub/Copilot/MCP