Profullstack MCP Server
A modular Node.js server that implements the Model Context Protocol for model management and inference.
Install
git clone https://github.com/yourusername/mcp-server.git cd mcp-server # Install dependencies pnpm install
Add this to your Claude Code MCP settings or run via the CLI.
About
A generic, modular server for implementing the Model Context Protocol (MCP). It exposes standardized endpoints for server status, model management, inference, tools, and resources. The project supports dynamic module loading, module metadata search, and integration with providers such as OpenAI, Anthropic, Stability AI, and Hugging Face. It also includes streaming inference support for compatible models. The repository provides a hosted deployment option, Docker support, and a test suite built with Mocha, Chai, and Sinon. It is intended as an MCP server implementation rather than a Claude Code-specific extension.