drio
Open app

mcp-server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCP Server is a simple server that implements the Model Context Protocol (MCP) to provide a simpler API for interacting with the Model Context Protocol. It is part of a set of tools aimed at simplifying processes and workflows for a better developer experience.

To use MCP Server, follow the steps to create a new server by implementing your tools with custom logic, registering them in the MCPServer, and running the server. You can test it with clients that support MCP, such as Claude Desktop.

  • Simplified API for Model Context Protocol - Easy registration of custom tools - Flexible and extensible tool management
  1. Creating custom tools for specific workflows.
  2. Simplifying interactions with the Model Context Protocol.
  3. Building a server that can be easily extended with new functionalities.

Add to your AI client

Use these steps to connect 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": {
    "agentico-dev-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentico-dev-mcp-server-mcp-mirror"
      ]
    }
  }
}

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": {
    "agentico-dev-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agentico-dev-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol?

The Model Context Protocol is a protocol designed to facilitate interactions between different tools and services in a structured way.

Is MCP Server free to use?

Yes! MCP Server is open-source and free to use for everyone.

How can I contribute to MCP Server?

You can contribute by starring the repository, submitting issues, or creating pull requests on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1037,"uuid":"7cd016c2-462f-4ac1-8f19-27c22de0f6a5","name":"agentico-dev_mcp-server","title":"mcp-server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:27:37.511Z","updated_at":"2025-02-23T07:13:15.644Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,model-context-protocol,developer-tools","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/agentico-dev_mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/6c2b25b4a8f108b357dbfad2f85a6c076d889354b9d71fd4dc167f4de4f55465/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f2534306167656e7469636f2532466d63702d736572766572","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"}]]}]