← Back to Plugins
MCP Server MCP

io.github.statwonk/decern

github By github 👁 1 views ▲ 0 votes

MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.

Homepage Verified source GitHub

Install

uvx decern-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "decern-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Decern API key for agent authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DECERN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...