Skip to content
Grok

tern for Grok

io.github.zyf8827/tern

Model Context Protocol (MCP) server for Tern E2E testing platform

client:Grok transport:stdio runtime:npm

Install tern in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "tern": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zyf8827/tern-mcp"
      ],
      "env": {
        "TERN_URL": "<TERN_URL>",
        "TERN_TOKEN": "<TERN_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tern in other clients