MCP.so
Sign In
Servers

MCP-Server

@SeriaWei

Use this MCP server to tell AI who are you.

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": []
    }
  }
}

More from Developer Tools