Skip to content
Grok

AtlaSent MCP Server for Grok

io.github.atlasent/mcp-server

Authorize-before-execute for AI agents: evaluate an action, get a permit, verify it before running.

client:Grok transport:stdio runtime:npm

Install AtlaSent MCP Server 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": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@atlasent/mcp-server"
      ],
      "env": {
        "ATLASENT_API_KEY": "<ATLASENT_API_KEY>",
        "ATLASENT_BASE_URL": "<ATLASENT_BASE_URL>",
        "ATLASENT_MODE": "<ATLASENT_MODE>"
      }
    }
  }
}

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

AtlaSent MCP Server in other clients