nexus

Lil-mast/nexus
★ 0 stars TypeScript 🔌 API Integration Updated today
Nexus is an AI agent that solves the enterprise “SaaS sprawl” problem. Instead of teams manually copying data between Salesforce, Jira, Slack, SAP, and Snowflake, Nexus acts as a goal‑driven orchestrator. It runs on MCP servers, giving standardized, live access to SaaS tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus": {
      "command": "npx",
      "args": [
        "-y",
        "Lil-mast/nexus"
      ]
    }
  }
}