Skip to content
Cursor

gtm alpha mcp server for Cursor

io.github.shashwatgtm/gtm-alpha-mcp-server

Professional GTM consultation MCP server with EPIC framework

client:Cursor transport:stdio runtime:npm

Install gtm alpha mcp server in Cursor

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

{
  "mcpServers": {
    "gtm-alpha-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shashwatgtmalpha/gtm-alpha-mcp-server"
      ]
    }
  }
}

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

gtm alpha mcp server in other clients