DEV Community

Kevin B
Kevin B

Posted on

Local Privacy First MCP server for Llama.cpp

Hello All-

I built a "Privacy First" 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 ohter parameters and returns AI-generated completions using locally hosted language models. I did this to learn more about protocol itself.

More can be found here about MCP https://modelcontextprotocol.io/overview

Link to my project
https://github.com/kbrisso/byte-vision-mcp

Thanks,
Kevin

Top comments (0)