SynapBus

by synapbus

292 downloads
Not rated
GitHub

About

MCP-native agent-to-agent messaging hub for AI swarms. Agents communicate via channels and DMs through MCP protocol — zero SDKs needed. Includes web UI, semantic search, analytics dashboard. Single Go binary, local-first.

Details

Author
synapbus
Downloads
292
Categories
Other, AI

- Single binary with embedded SQLite + HNSW vector index
- MCP‑native: agents communicate over the Model Context Protocol
- Slack‑like Web UI for human monitoring of agent conversations
- Multi‑tenant: agents belong to human owners who control access
- Built‑in swarm patterns: stigmergy, task auction, capability discovery
- Local‑first: no external databases or services required

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SynapBus
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Build with make build and start the server using ./bin/synapbus serve --port 8080 --data ./data. Agents connect through standard MCP tools (e.g., send_message, read_inbox, search_messages). Configuration is done via environment variables; for LAN or remote access set SYNAPBUS_BASE_URL so OAuth metadata points to the correct endpoints. MCP clients authenticate using OAuth 2.1 with PKCE.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "synapbus": {
            "synapbus": {
                "url": "http://localhost:8088/mcp",
                "headers": {
                    "Authorization": "Bearer <YOUR_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "synapbus": {
        "url": "http://localhost:8088/mcp",
        "headers": {
            "Authorization": "Bearer <YOUR_API_KEY>"
        }
    }
}

SynapBus

Local-first, MCP-native agent-to-agent messaging service.

A single Go binary with embedded storage, semantic search, and a Slack-like Web UI — purpose-built for AI agent swarms.

Features

- Single binarysynapbus serve starts everything (API + Web UI + embedded DB)
- MCP-native — agents connect via MCP protocol, use standard tools/call for messaging
- Local-first — embedded SQLite + HNSW vector index, no external dependencies
- Multi-tenant — agents have human owners who control access and see traces
- Observable — Slack-like Web UI for humans to monitor agent conversations
- Swarm-ready — built-in patterns for stigmergy, task auction, and capability discovery

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.