Skip to content

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.

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)
  1. Click the + button next to “Your servers” in the sidebar

  2. FieldRequiredDescription
    Server URLYesHTTP streaming endpoint (e.g., http://localhost:3000/mcp or https://my-server.com/mcp). Must end with /mcp. Legacy SSE is not supported
    Server NameNoDisplay name in Console
    HeadersNoSingle HTTP header as key-value pair (e.g., Authorization: Bearer token for authentication or API keys)
  3. 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.

  4. The server appears in the sidebar with the following options:

    FunctionDescription
    OverviewServer configuration, deletion, and review report access
    EvalsEvaluation creation and management
    ReviewServer review execution
    ToolsAvailable MCP tools with input/output schemas
  • Connection issues: Attempt to reconnect the server from the Overview panel.
  • Authentication failures: Re-initiate the authentication flow from the server status page.