服务器
Code Runner MCP Server for VS Code
@formulahendry
Zero setup to use Code Runner MCP Server in VS Code for running code snippet and show the result.
概览
What is Code Runner MCP Server for VS Code?
Code Runner MCP Server for VS Code is a zero-setup MCP server that runs code snippets and displays the result directly in VS Code Agent mode.
How to use Code Runner MCP Server for VS Code?
Install the server (e.g., via npm) and use it in VS Code Agent mode. No configuration is required.
Key features of Code Runner MCP Server for VS Code
- Zero setup to run code snippets.
- Displays execution results in VS Code.
- Works in VS Code Agent mode.
Use cases of Code Runner MCP Server for VS Code
- Quickly test small code snippets during development.
- Execute code inline within a VS Code agent workflow.
- Get instant feedback on code logic without leaving the editor.
FAQ from Code Runner MCP Server for VS Code
What does this server do?
It runs code snippets and shows the result inside VS Code, with no manual setup.
What are the system requirements?
VS Code version 1.100 or higher is required.
How do I run code with this server?
Use the server in VS Code Agent mode. The README shows a “Run Code” button in that mode.
Does this server support multiple programming languages?
The README does not specify supported languages.
Is there any configuration needed?
No configuration is needed — the server is designed for zero setup.