Getting Started
Console operates by connecting to MCP servers, which can be hosted locally or remotely. These servers expose tools (functions callable by LLMs) that enable Evals, Review, and all other Console functionality.
Prerequisites
Section titled “Prerequisites”A running MCP server with an HTTP streaming endpoint is required. Options include:
- Quick start: Context7 (no authentication/ account required - ideal for testing Fiberplane’s Console)
- Hosted MCP servers: For example, Neon, Linear, or Notion
- Custom servers: Self-hosted local or remote implementations
- Build custom servers using mcp-lite
- Manage multiple servers locally with mcp-gateway (HTTP proxy with Web UI for debugging and routing)
-
Add a server
Section titled “Add a server”Click the + button next to “Your servers” in the sidebar
-
Configure the server connection
Section titled “Configure the server connection”Field Required Description Server URL Yes HTTP streaming endpoint (e.g., http://localhost:3000/mcporhttps://my-server.com/mcp). Must end with/mcp. Legacy SSE is not supportedServer Name No Display name in Console Headers No Single HTTP header as key-value pair (e.g., Authorization: Bearer tokenfor authentication or API keys) -
Review server status
Section titled “Review server status”After adding the server, the interface navigates to the server overview page, which displays the connection status. If authentication is required, the status indicator will prompt for authentication. Follow the server-specific authentication process (e.g., OAuth redirect). Once the status shows “ready”, all available tools will be visible.
-
Access server functions
Section titled “Access server functions”The server appears in the sidebar with the following options:
Function Description Overview Server configuration, deletion, and review report access Evals Evaluation creation and management Review Server review execution Tools Available MCP tools with input/output schemas
Troubleshooting
Section titled “Troubleshooting”- Connection issues: Attempt to reconnect the server from the Overview panel.
- Authentication failures: Re-initiate the authentication flow from the server status page.