localai-mcp.md

LocalAI MCP

from"localai"
540

LocalAI self-hosted OpenAI alternative

AI & ML
LocalAIself-hostedAPIcompatible
install.sh
# Clone the repository
$git clone https://github.com/mudler/localai-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve