Brightsy MCP ServerServer

mattlevine
GitHub
AI AgentsCommunicationTool Integration

Loading subscription status...

💡 Description

This is a Model Context Protocol (MCP) server for connecting to Brightsy AI agents, where users can send messages to these agents and receive responses.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Brightsy MCP Server": {
        "env": {
          "BRIGHTSY_API_KEY": "<your-api-key>",
          "BRIGHTSY_AGENT_ID": "<your-agent-id>"
        },
        "args": [
          "--agent-id=<your-agent-id>",
          "--api-key=<your-api-key>"
        ],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

brightsy

Features

  • Connects to Brightsy AI agents
  • Supports customization of tool name
  • Tracks message interactions with agents

💬 Example Queries

  • Use the brightasy tool to ask an AI agent for help with a task.
  • Customize the tool name while starting the Brightsy MCP server.