Brightsy MCP Server

Connects to a Brightsy AI agent using the Model Context Protocol.

Local serverstdio 1

What is the Brightsy MCP server?

Connects to a Brightsy AI agent using the Model Context Protocol. That is what the brightsy mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Prerequisites — Before running the tests, set the following environment variables:

What it needs from you

Configuration is passed through the environment: BRIGHTSY_TOOL_NAME, AGENT_ID, API_KEY, TOOL_NAME, BRIGHTSY_AGENT_ID, BRIGHTSY_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Before running the tests, set the following environment variables: ```bash export AGENT_ID=your-agent-id export API_KEY=your-api-key

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Brightsy's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by mattlevine; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Brightsy's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesBefore running the tests, set the following environment variables:

Configuration

Before running the tests, set the following environment variables: ```bash export AGENT_ID=your-agent-id export API_KEY=your-api-key

VariableDescriptionRequired
BRIGHTSY_TOOL_NAMEConfiguration value read at startup.Optional
AGENT_IDConfiguration value read at startup.Optional
API_KEYCredential the server authenticates with.Yes
TOOL_NAMEConfiguration value read at startup.Optional
BRIGHTSY_AGENT_IDConfiguration value read at startup.Optional
BRIGHTSY_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Brightsy to Prerequisites.

Frequently asked questions

Brightsy is an MCP (Model Context Protocol) server that connects to a Brightsy AI agent, enabling seamless communication between your application and the agent.