Getting Started
Installation
Section titled “Installation”MCP Gateway is available for installation through JavaScript package managers such as npm, pnpm, or bun.
npm install -g @fiberplane/mcp-gatewaypnpm add -g @fiberplane/mcp-gateway bun add -g @fiberplane/mcp-gatewayAlternatively, the mcp-gateway runs directly from its repository More details here
Quickstart
Section titled “Quickstart”-
Start the Gateway:
Terminal window mcp-gateway- Web UI at
http://localhost:3333/ui, using the authentication token provided in the terminal output - API server at
http://localhost:3333/api
- Web UI at
-
Adding an MCP Server via the Web UI
-
Go to Manage Servers in the right sidebar, then click Add Server.

-
Fill in the server details

-
-
Connect MCP client
Connect the MCP client through the gateway. For example for Claude:
claude mcp add --transport http "linear-mcp" \"http://localhost:3333/s/linear-mcp/mcp" -
Viewing Activity Logs
View requests, responses, timing, and token usage in real-time via the Web UI

Next Steps
Section titled “Next Steps”- Reference - CLI, storage, API, and all technical details