PluginBench
MCP Server
Active
MIT

io.github.HMAKT99/akf MCP Server

io.github.HMAKT99/akf

What is the io.github.HMAKT99/akf MCP server?

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

How to install io.github.HMAKT99/akf

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "akf": {
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "akf": {
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "akf": {
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "akf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}
Claude Code
claude mcp add akf -- uvx mcp-server-akf

Related MCP servers

Check paid x402 APIs before your agent spends: signed uptime/price attestations. Zero-config join.

1
TypeScript
Apache-2.0
View repository →