Skip to main content
Glama
rehanhaider

MCP Suite CRM

by rehanhaider

MCP Suite CRM

An open-source CRM built for humans and AI agents to operate together. The web application and every MCP client use the same typed operation catalog, with role checks, scoped agent keys, approval gates for risky agent actions, and a shared audit trail.

Pre-release: the source is public, but the supported installer, npm package, container image, and stable release are not published yet.

What is included

Path

Purpose

apps/web

Login, the authenticated CRM under /app/*, and the HTTP operation API

apps/mcp

MCP over stdio and HTTP

packages/core

Domain types, authorization policy, and operation catalog

packages/db

SQLite persistence, schema, authentication, and bootstrap

The CRM covers companies, people, leads, deals, activities, tasks, pipelines, tags, contact lists, custom fields, saved views, offerings, approvals, users, agents, and audit events. The public marketing site, signup, billing, and managed-hosting controls are deliberately not part of this repository.

Related MCP server: Pipedrive MCP Server

Run from source

The supported development platform is 64-bit Linux. Install mise; the repository pins Node 22 and pnpm 10.

mise trust
mise exec -- make setup
mise exec -- make dev

Open http://localhost:2222. / redirects to /login. The first setup creates the SQLite database at data/mcpsuite.db and prints the initial owner credentials; change the password after signing in.

Run with Docker

docker compose up -d

One container, one process on :2222: the web app, the operation API, the MCP endpoint for agents (POST /mcp) and GET /healthz. Persistent state lives in ./data. The compose file builds the mcpsuite/crm image locally until official images are released. See PRODUCTION.md for the standalone-MCP command override and reverse-proxy guidance.

Connect an agent

In the CRM, open Admin → Agents, create an agent client, and copy the key shown once. The UI provides a ready-to-paste configuration. The full transport, scope, and trust-profile guide is in docs/mcp.md.

Example for Claude Code:

claude mcp add --transport http mcpsuite-crm http://localhost:2222/mcp \
  --header "Authorization: Bearer mcpsuite_YOUR_KEY"

Development checks

mise exec -- make typecheck
mise exec -- make test
mise exec -- make build
mise exec -- make smoke

See AGENTS.md for the code architecture and conventions, PRODUCTION.md for the current self-hosting runbook, and CONTRIBUTING.md before opening a pull request.

License

AGPL-3.0-only. See LICENSE.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.
    16
    127
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Provides AI agents with secure access to Salesforce data and operations, enabling natural language interaction with CRM for sales, marketing, and executive teams.
    6
    5

View all related MCP servers

Related MCP Connectors

  • Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.

  • Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…

  • Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rehanhaider/mcpsuite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server