Skip to content
VS Code

akf for VS Code

io.github.hmakt99/akf

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

client:VS Code transport:stdio runtime:pypi

Install akf in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

akf in other clients