mcp test for VS Code
io.github.bharath-krishna/mcp-test
A simple MCP server with an echo tool for testing purposes
client:VS Code
transport:stdio
runtime:pypi
Install mcp test in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-test": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-echo-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs