TomasHubelbauer/bun-mcp
A script-based local MCP server demonstration. The server is built in Bun and runs in VS Code Copilot Chat in agent mode.
Platform-specific configuration:
{
"mcpServers": {
"bun-mcp": {
"command": "npx",
"args": [
"-y",
"bun-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...