Skip to main content
Glama

mcp-server-code-runner

const config = JSON.stringify({ name: 'mcp-server-code-runner', command: 'npx', args: ['-y', 'mcp-server-code-runner@latest'] }); // This is a URL you can link on your website that will trigger an MCP install, similar // to the "Install Extension" button in the VS Code marketplace. const urlForWebsites = `vscode-insiders:mcp/install?${encodeURIComponent(config)}`; // Github markdown does not allow linking to `vscode:` directly, so you can use redirect: const urlForGithub = `https://insiders.vscode.dev/redirect?url=${encodeURIComponent(urlForWebsites)}`; console.log(urlForGithub);

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/formulahendry/mcp-server-code-runner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server