drio
Open app

Modern Control Protocol (MCP) Server

Source

A modern, scalable MCP server implementation with support for multiple AI providers, advanced monitoring, and robust conversation management.

Catalog onlyCatalog onlySTDIO

Overview

The Modern Control Protocol (MCP) Server is a scalable server implementation designed to support multiple AI providers, offering advanced monitoring and robust conversation management capabilities.

To use the MCP Server, clone the repository, set up the environment variables, and start the services using Docker Compose. Access the API documentation and monitoring tools through the provided local URLs.

  • Multi-provider AI support (OpenAI, Anthropic, Google AI, Azure) - Real-time streaming responses - Conversation management and history - Function calling and tool usage - Vector database integration - Semantic caching - Prometheus metrics and Grafana dashboards - Rate limiting and error handling - PostgreSQL for data persistence - Redis for caching - Elasticsearch for search - Docker containerization
  1. Managing conversations across different AI providers.
  2. Monitoring AI interactions with real-time metrics.
  3. Integrating various data storage solutions for enhanced performance.

Add to your AI client

Use these steps to connect Modern Control Protocol (MCP) Server 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": {
    "mymcpserv-eagurin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mymcpserv-eagurin"
      ]
    }
  }
}

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": {
    "mymcpserv-eagurin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mymcpserv-eagurin"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What AI providers are supported?

The MCP Server supports OpenAI, Anthropic, Google AI, and Azure.

How can I monitor the server's performance?

You can monitor performance using Prometheus metrics and Grafana dashboards.

Is there a license for using the MCP Server?

Yes, the MCP Server is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1501,"uuid":"7af9f52d-a920-490d-bc30-7542e3b5192b","name":"mymcpserv","title":"Modern Control Protocol (MCP) Server","description":"A modern, scalable MCP server implementation with support for multiple AI providers, advanced monitoring, and robust conversation management.","avatar_url":"https://avatars.githubusercontent.com/u/22112139?v=4","created_at":"2025-02-20T16:04:56.232Z","updated_at":"2025-02-23T07:22:05.664Z","status":"created","author_name":"eagurin","author_avatar_url":"https://avatars.githubusercontent.com/u/22112139?v=4","tags":"mcp,ai-server,conversation-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/eagurin/mymcpserv","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"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"}]]}]