Odel
mcp gtm suite

mcp gtm suite

Local
@mambalabsdev1JavaScriptMITUpdated 3w ago

11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mambalabsdev/mcp-gtm-suitev1.8.0

Run

npx -y @mambalabsdev/mcp-gtm-suite

MCP client config

{
  "mcpServers": {
    "mcp-gtm-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-gtm-suite"
      ]
    }
  }
}