drio
Open app

MCP (Model Context Protocol) 서버

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP Server is a service that integrates and manages various Large Language Models (LLMs) while providing a standardized interface. This project combines the DeepSeek and Llama models, allowing for easy switching between models and context management through an API.

To use MCP Server, clone the repository from GitHub, run the setup script to install dependencies and download models, and then start the server using either a virtual environment or Docker.

  • Integration and management of various LLM models (DeepSeek, Llama) - Easy switching and routing between models - Conversation context management - Standardized API interface - Support for various storage backends (memory, Redis, SQLite)
  1. Managing multiple LLMs for different applications.
  2. Providing a unified API for accessing various language models.
  3. Facilitating context-aware conversations in applications.

Add to your AI client

Use these steps to connect MCP (Model Context Protocol) 서버 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-sangminpark9": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-sangminpark9": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-sangminpark9": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-sangminpark9": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-sangminpark9": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-sangminpark9": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-sangminpark9"
      ]
    }
  }
}

FAQ

What models are supported by MCP Server?

MCP Server currently supports DeepSeek and Llama models.

Is MCP Server easy to set up?

Yes! The setup process is straightforward, with detailed instructions provided in the documentation.

Can I add new models to MCP Server?

Yes! You can add new models by creating a new model class and updating the routing configuration.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3028,"uuid":"251eee7b-490b-40ff-bdc4-63215a3c63ec","name":"mcp-server","title":"MCP (Model Context Protocol) 서버","description":"","avatar_url":"https://avatars.githubusercontent.com/u/52732279?v=4","created_at":"$D2025-03-17T02:32:02.165Z","updated_at":"$D2025-03-18T16:20:50.332Z","status":"created","author_name":"sangminpark9","author_avatar_url":"https://avatars.githubusercontent.com/u/52732279?v=4","tags":"mcp-server,llm,api","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/sangminpark9/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 15:28:01\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]