Skip to content
Cursor

decern for Cursor

io.github.statwonk/decern

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

client:Cursor transport:stdio runtime:pypi

Install decern in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "decern": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "decern-mcp"
      ],
      "env": {
        "DECERN_API_KEY": "<DECERN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

decern in other clients