Skip to main content
Glama

Monica CRM MCP Server

by Jacob-Stokes
package.json861 B
{ "name": "monica-crm-mcp", "version": "0.1.0", "description": "Model Context Protocol server that exposes Monica CRM data and actions to assistants like Claude Desktop.", "type": "module", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json", "dev": "tsx watch src/index.ts", "start": "node --enable-source-maps dist/index.js", "typecheck": "tsc --noEmit" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "monica", "crm" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "dotenv": "^16.4.5", "pino": "^8.17.2", "pino-pretty": "^11.2.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24", "tsx": "^4.7.1", "typescript": "^5.4.5" } }

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/Jacob-Stokes/monica-mcp'

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