kbrisso/byte-vision-mcp
A Model Context Protocol (MCP) server written in GO that provides text completion capabilities using local LLama.cpp models. This server exposes a single MCP tool that accepts text prompts and returns AI-generated completions using locally hosted language models.
Platform-specific configuration:
{
"mcpServers": {
"byte-vision-mcp": {
"command": "npx",
"args": [
"-y",
"byte-vision-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...