MCP.so
Sign In

MCP-Server

@SeriaWei

About MCP-Server

Use this MCP server to tell AI who are you.

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

SeriaWei

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "developer-name": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-developer-name"
      ],
      "env": {
        "DEVELOPER_NAME": "Wayne Wei"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP-Server?

MCP-Server is an MCP (Model Context Protocol) server that returns the current developer information, configured via an environment variable.

How to use MCP-Server?

Add the provided JSON snippet to your mcpServers configuration, setting the DEVELOPER_NAME environment variable to your desired name. Run it with `

Comments

More Developer Tools MCP servers