About Relaticle
Relaticle is a self-hosted CRM with a production-grade MCP server. Connect any AI agent -- Claude, GPT, or open-source models -- with 30 tools for full CRM operations. 22 custom field types, REST API, and multi-team isolation.
Perfect for: Developer-led teams, AI-forward startups, and SMBs who want AI agent integration without vendor lock-in.
Core Strengths:
- Agent-Native Infrastructure - MCP server with 30 tools, REST API with full CRUD, schema discovery for AI agents
- Customizable Data Model - 22 field types including entity relationships, conditional visibility, and per-field encryption. No migrations needed.
- Multi-Team Isolation - 5-layer authorization with team-scoped data and workspaces
- Modern Tech Stack - Laravel 12, Filament 5, PHP 8.4, 1,100+ automated tests
- Privacy-First - Self-hosted, AGPL-3.0, your data stays on your server
vs Other CRMs:
| Self-Hosted | Open Source | MCP Tools | Custom Fields | Per-Seat Pricing | |
|---|---|---|---|---|---|
| Relaticle | Yes | AGPL-3.0 | 30 | 22 types | No |
| HubSpot | No | No | 9 | Limited | Yes |
| Salesforce | No | No | 0 | Yes (complex) | Yes |
| Attio | No | No | 0 | Yes | Yes |
Requirements
- PHP 8.4+
- PostgreSQL 17+
- Composer 2 and Node.js 20+
- Redis for queues (optional for development)
Installation
git clone https://github.com/Relaticle/relaticle.git
cd relaticle && composer app-install
Development
# Start everything (server, queue, vite)
composer dev
# Run tests
composer test
# Format code
composer lint
Self-Hosting
See the Self-Hosting Guide for Docker and manual deployment instructions.
Documentation
Visit our documentation for guides on business usage, technical architecture, MCP server setup, REST API integration, and more.
Community & Support
- Report Issues
- Request Features
- Ask Questions
- Discord
- Star us on GitHub to support the project
License
Relaticle is open-source software licensed under the AGPL-3.0 license.