Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability.
npx @getmcp/cli add io.github.Anirudhx7/suitecrm-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SUITECRM_ENDPOINTSuiteCRM v4_1 REST endpoint URL, e.g. https://crm.example.com/service/v4_1/rest.php
SUITECRM_PREFIXTool name prefix, e.g. suitecrm
PORTPort the gateway listens on
AUTH0_DOMAINOIDC provider domain, e.g. your-tenant.auth0.com
AUTH0_AUDIENCEOAuth2 API audience identifier
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Anirudhx7/suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "",
"SUITECRM_PREFIX": "",
"PORT": "",
"AUTH0_DOMAIN": "",
"AUTH0_AUDIENCE": ""
}
}
}
}Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.