MCPHub LabRegistryrelaticle/relaticle
relaticle

relaticle/relaticle

Built by relaticle 1,221 stars

What is relaticle/relaticle?

Open-source CRM with native AI agent support. 30 MCP tools, REST API, self-hosted. Built with Laravel & Filament

How to use relaticle/relaticle?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add relaticle/relaticle using the following command: npx @modelcontextprotocol/relaticle-relaticle 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/relaticle-relaticle --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/relaticle-relaticle

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

relaticle/relaticle FAQ

Q

Is relaticle/relaticle safe?

Yes, relaticle/relaticle follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is relaticle/relaticle up to date?

relaticle/relaticle is currently active in the registry with 1,221 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for relaticle/relaticle?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<p align="center"> <a href="https://relaticle.com"> <img src="https://relaticle.com/brand/logomark.svg" width="100px" alt="Relaticle logo" /> </a> </p> <h1 align="center">The Open-Source CRM Built for AI Agents</h1> <p align="center"> <a href="https://github.com/Relaticle/relaticle/actions"><img src="https://img.shields.io/github/actions/workflow/status/Relaticle/relaticle/tests.yml?branch=main&style=for-the-badge&label=tests" alt="Tests"></a> <a href="https://relaticle.com/docs/mcp"><img src="https://img.shields.io/badge/MCP_Tools-30-8A2BE2?style=for-the-badge" alt="30 MCP Tools"></a> <a href="https://laravel.com/docs/12.x"><img src="https://img.shields.io/badge/Laravel-12.x-FF2D20?style=for-the-badge&logo=laravel" alt="Laravel 12"></a> <a href="https://php.net"><img src="https://img.shields.io/badge/PHP-8.4-777BB4?style=for-the-badge&logo=php" alt="PHP 8.4"></a> <a href="https://github.com/Relaticle/relaticle/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?style=for-the-badge" alt="License"></a> </p> <p align="center"> <a href="https://relaticle.com">Website</a> · <a href="https://relaticle.com/docs">Documentation</a> · <a href="https://relaticle.com/docs/mcp">MCP Server</a> · <a href="https://github.com/orgs/Relaticle/projects/1/views/1">Roadmap</a> · <a href="https://github.com/Relaticle/relaticle/discussions">Discussions</a> </p> <p align="center"> <img src="https://relaticle.com/images/github-preview-light.png?v=3" alt="Relaticle Dashboard - Manage contacts, companies, and opportunities in a modern interface" /> <br> <sub>Clean, modern interface built with Filament 5 and Livewire 4</sub> </p>

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-HostedOpen SourceMCP ToolsCustom FieldsPer-Seat Pricing
RelaticleYesAGPL-3.03022 typesNo
HubSpotNoNo9LimitedYes
SalesforceNoNo0Yes (complex)Yes
AttioNoNo0YesYes

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

License

Relaticle is open-source software licensed under the AGPL-3.0 license.

Star History

Star History Chart

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "relaticle-relaticle": { "command": "npx", "args": ["relaticle-relaticle"] } } }