Skip to content
Grok

akf for Grok

io.github.hmakt99/akf

Trust metadata for AI agents — check files before building on them, stamp verified work.

client:Grok transport:stdio runtime:pypi

Install akf in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "akf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}

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

akf in other clients