llama-cpp-python

GitHub

Python bindings for llama.cpp

10,473 stars Python 1 file ยท ~11,830 tokens

llama-cpp-python MCP Server

MCP server for abetlen/llama-cpp-python

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "llama-cpp-python": {
      "command": "npx",
      "args": [
        "-y",
        "@abetlen/llama-cpp-python"
      ]
    }
  }
}