Catalog
io.github.statwonk/decern
OfficialMCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.
Manage CRM contacts, deals, pipelines, tasks, and approvals.
README not available yet.
Install
Configuration
Environment variables
DECERN_API_KEYrequiredsecretYour Decern API key for agent authentication
claude_desktop_config.json
{
"mcpServers": {
"decern": {
"command": "uvx",
"args": [
"decern-mcp"
],
"env": {
"DECERN_API_KEY": "<YOUR_DECERN_API_KEY>"
}
}
}
}