mcp-llm

JavaScript

An MCP server that provides LLMs access to other LLMs

AI Model Integration
Function Calling
Protocol Implementations

Architecture and Design Patterns

The repository implements an MCP server to provide LLMs with access to tools like code generation and documentation. It uses a modular design, allowing different LLM providers (e.g., Ollama, OpenAI) to be integrated. The server exposes an API for clients to request these tool functions, promoting loose coupling and extensibility. It uses JSON for data exchange, a standard format for web services.

About

Language

JavaScript

Stars

7

Categories

AI Model IntegrationFunction CallingProtocol Implementations