Edison Watch

Managing Servers

Add, configure, and monitor MCP servers in Edison Watch.

A server is an MCP (Model Context Protocol) endpoint that your AI tools connect through. Edison Watch proxies all AI traffic through registered servers so it can apply policies, logging, and access controls.

The Servers View

Go to Servers in the sidebar to see all registered servers.

Servers grid view

Each server is shown as a card with:

IndicatorMeaning
Green dotServer is enabled and healthy.
Amber dotServer is enabled but needs configuration.
Gray dotServer is disabled.

The card also shows the server's tool count and a built-in badge when applicable. The full command, arguments, and environment variables are shown in the inline configuration panel, not on the card itself.

Tabs

TabDescription
ServersList of all registered servers for your organization.
MarketplaceBrowse pre-built MCP server templates and install them in one click.

Adding a Server

Click Add Server to open the creation form:

  1. Org - The organization domain the server will be created in.
  2. Server name - A unique identifier (alphanumeric, hyphens allowed).
  3. Command - The shell command Edison Watch runs to start the server (e.g. npx @modelcontextprotocol/server).

Click Create Server to save.

Installing from the Marketplace

Switch to the Marketplace tab to browse community and verified MCP servers. Click Install on any entry to add it to your server list with pre-filled configuration.

Configuring a Server

Click any server card to open the inline Configure panel. From here you can:

  • Edit the server command, arguments, and environment variables.
  • Set template field values (credentials, API keys) required by the server.
  • Enable or disable the server.
  • Delete the server.

Quick Enable / Disable

Each card has an actions menu (three-dot icon) in the bottom-right corner with an Enable / Disable option. Selecting it immediately changes the server's state without opening the full configuration panel.

MCP Tester

When a server card is selected, switch to the MCP Tester tab in the inline panel to send test tool calls directly to the server and inspect the responses.

Supply-Chain Pins

Edison Watch can pin server packages to a specific version to guard against supply-chain attacks. The Clear All Pins button (admin only) removes all version pins across all servers at once, allowing them to resolve to the latest version on next start.


Only admins can create, edit, or delete servers. Regular users see servers through the My MCPs page.

On this page