MCP 伺服器

Profullstack MCP Server

A modular Node.js server that implements the Model Context Protocol for model management and inference.

441d ago
來源

安裝

git-clone
git clone https://github.com/yourusername/mcp-server.git
cd mcp-server

# Install dependencies
pnpm install

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

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.

標籤

mcpservernodejsmodel-context-protocolai