Are you the author? Sign in to claim
MCP-native Commonality — sales intelligence as a Claude connector
MCP-native sales intelligence — Commonality as a Claude connector + minimal web app for setup, billing, and invites.
Daily usage happens inside Claude.ai via an MCP server. The React web app handles one-time team setup, billing, and teammate invites only.
A pnpm monorepo deployed as a single Railway service. One Express server hosts both the MCP endpoint and the React static build.
apps/server Express + TypeScript — MCP endpoint, OAuth, REST API, static host
apps/web React + Vite — marketing, onboarding, dashboard, invites, billing
packages/shared Zod schemas + shared TypeScript types
supabase SQL migrations (schema, RLS, atomic quota fn)
pnpm install
cp .env.example .env # fill in real values — never commit .env
pnpm --filter server dev
pnpm --filter web dev
This repo was generated from the build brief in
COMMONALITY_BUILD_INSTRUCTIONS.md (kept outside this repo). See
CLAUDE.md for operating principles and conventions for
future Claude Code sessions.
company_idPrivate — The Endurance Group.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows