
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
eva-monorepo
Advanced tools
This monorepo consolidates all EVA ecosystem services into a unified codebase while maintaining zero-downtime migration from existing repositories. Each service can be developed and tested locally, then deployed to production independently.
# Setup all services for local development
make setup-all
# Test all services
make test-all
# Work on individual services
cd services/eva-memory
make setup-eva-memory
make test-eva-memory
make run-eva-memory
# Deploy all services to ~/Projects/services/
make deploy-all
# Deploy individual services
make deploy-eva-memory
make deploy-mcp-cloud-bridge
# Update Claude Desktop configuration
make configure-claude
eva-monorepo/
โโโ services/ # Individual services
โ โโโ eva-memory/ # Memory & Event Hub service
โ โโโ mcp-desktop-gateway/ # Desktop MCP gateway
โ โโโ mcp-bridge-service/ # Bridge service for integrations
โ โโโ eva-agent/ # Core EVA agent
โโโ packages/ # Shared packages
โ โโโ event-hub-client/ # Unified Event Hub client
โ โโโ common-types/ # Shared TypeScript types
โ โโโ shared-utils/ # Common utilities
โโโ docker/ # Docker configurations
โโโ scripts/ # Monorepo management scripts
โโโ tools/ # Build and development tools
โโโ docs/ # Unified documentation
# Clone the monorepo
git clone https://github.com/[org]/eva-monorepo
cd eva-monorepo
# Install dependencies
npm install
# Run all services locally
npm run dev
# Run specific service
npm run dev:memory-service
npm run dev:desktop-gateway
npm run dev:bridge-service
npm run dev:eva-agent
| Service | Migration Status | Event Hub Integration | Production Ready |
|---|---|---|---|
| eva-memory | โ Ready | โ Native | โ Yes |
| mcp-desktop-gateway | ๐ Planned | โณ Pending | โ Current |
| mcp-bridge-service | ๐ Planned | โณ Pending | โ Current |
| eva-agent | ๐ Planned | โณ Pending | โ Current |
For detailed migration instructions, see docs/MIGRATION_GUIDE.md
FAQs
## ๐ฏ Overview
We found that eva-monorepo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.