crybo-rybo/zoo-keeper-server
A local LLM inference server with an OpenAI-compatible REST API. Wraps llama.cpp via the zoo-keeper agent library in a clean C++ HTTP server — streaming completions, session history, tool invocations, and optional API key auth. Drop in a GGUF model and go.
Platform-specific configuration:
{
"mcpServers": {
"zoo-keeper-server": {
"command": "npx",
"args": [
"-y",
"zoo-keeper-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...