Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by MOIPA • Uncategorized
A simple MCP protocol server and client implementation with LLM integration and file system operations.
A lightweight MCP protocol server to manage file system operations via HTTP/SSE.
An OpenAI-style LLM API based on llama.cpp for conversational AI.
An integrated agent combining LLM and MCP tools for interactive command execution.
This repository implements a non-standard MCP protocol server, LLM service, and client from scratch using llama.cpp, cpp-httplib, and nlohmann/json. It provides an OpenAI-style LLM API, a stateless MCP file system service supporting HTTP and SSE for directory operations, and an agent that integrates these services for conversational interactions. The project is designed as a simple architectural simulation rather than a full standard MCP implementation.