Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Tunnel
by
leomercier
Verified
npm
GitHub
OS Automation
Virtualization
JavaScript
39
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-tunnel
frontend
.gitignore
index.ts
package.json
package-lock.json
README.md
terminal.html
tsconfig.json
vite.config.js
import { defineConfig } from 'vite'; export default defineConfig({ root: './frontend/src', publicDir: '../public', server: { port: 3000, }, build: { outDir: '../../dist', emptyOutDir: true, sourcemap: true, }, });