custom mcp server for VS Code
io.github.yuv24793/custom-mcp-server
An MCP server that provides custom functionality.
client:VS Code
transport:stdio
runtime:npm
Install custom mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"custom-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yuv24793/custom-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs