drio
Open app

Modular MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Modular MCP Server is a Go implementation of the Model Context Protocol (MCP) server, designed to be modular and extensible using the github.com/metoro-io/mcp-golang library.

To use the Modular MCP Server, build the server using Go, and run the executable. You can also add new tools by implementing the Tool interface and registering them in the main server file.

  • Modular architecture for easy extension - Built using Go for performance - Includes various tools for file operations and command execution
  1. Implementing custom tools for specific tasks in a modular way.
  2. Running a server that adheres to the Model Context Protocol.
  3. Facilitating file operations and command execution through a structured interface.

Add to your AI client

Use these steps to connect Modular 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": {
    "mcp-server-developer-tool-da-snap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

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-developer-tool-da-snap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-developer-tool-da-snap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

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-developer-tool-da-snap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-developer-tool-da-snap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-developer-tool-da-snap": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-developer-tool-da-snap"
      ]
    }
  }
}

FAQ

How do I add a new tool?

To add a new tool, create a new file in the `internal/tools` directory, implement the `Tool` interface, and register it in `cmd/mcp-server/main.go`.

What programming language is used?

The server is implemented in Go.

Is there a license for this project?

Yes, it 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":3570,"uuid":"75795741-aaba-4777-b7a3-79fa099468c9","name":"mcp-server-developer-tool","title":"Modular MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/8568509?v=4","created_at":"2025-03-20T08:42:07.366Z","updated_at":"2025-03-20T09:08:28.657Z","status":"created","author_name":"da-snap","author_avatar_url":"https://avatars.githubusercontent.com/u/8568509?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/da-snap/mcp-server-developer-tool","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Go\",\"is_official\":false,\"latest_commit_time\":\"2025-03-24 22:11:11\"}","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"}]]}]