drio
Open app

Model-Context-Protocol Servers

Source

All my MCP servers that i created

Catalog onlyCatalog onlySTDIO

Overview

Model-Context-Protocol-servers is a collection of servers created for the Model Context Protocol (MCP), aimed at facilitating various functionalities related to model context management.

To use these servers, clone the repository from GitHub and follow the setup instructions provided in the documentation to deploy the servers in your environment.

  • Collection of customizable MCP servers - Easy integration with existing applications - Support for various model context management tasks
  1. Managing model contexts in machine learning applications.
  2. Facilitating communication between different model components.
  3. Enhancing the scalability of model deployment.

Add to your AI client

Use these steps to connect Model-Context-Protocol Servers 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": {
    "model-context-protocol-servers-adi2355": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

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": {
    "model-context-protocol-servers-adi2355": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "model-context-protocol-servers-adi2355": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

{
  "servers": {
    "model-context-protocol-servers-adi2355": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "model-context-protocol-servers-adi2355": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "model-context-protocol-servers-adi2355": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-model-context-protocol-servers-adi2355"
      ]
    }
  }
}

FAQ

What is the purpose of these servers?

These servers are designed to manage and facilitate interactions within model contexts, improving the efficiency of model operations.

Are these servers free to use?

Yes! The servers are open-source and available for anyone to use and modify.

How can I contribute to the project?

Contributions are welcome! You can submit pull requests or open issues on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2158,"uuid":"a488b924-5d30-4b37-a74b-ed0f5ca333ac","name":"Model-Context-Protocol-servers","title":"Model-Context-Protocol Servers","description":"All my MCP servers that i created","avatar_url":"https://avatars.githubusercontent.com/u/106615106?v=4","created_at":"2025-03-09T03:51:23.076Z","updated_at":"2025-03-12T10:19:29.947Z","status":"created","author_name":"adi2355","author_avatar_url":"https://avatars.githubusercontent.com/u/106615106?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/adi2355/Model-Context-Protocol-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"HTML\",\"is_official\":false,\"latest_commit_time\":\"2025-03-09 14:45:26\"}","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"}]]}]