An open API service indexing awesome lists of open source software.

https://github.com/seriawei/mcp-developer-name

Use this MCP server to tell AI who are you.
https://github.com/seriawei/mcp-developer-name

Last synced: 3 months ago
JSON representation

Use this MCP server to tell AI who are you.

Awesome Lists containing this project

README

          

# MCP-Server

It is use to return the current developer informations.
```json
{
"mcpServers": {
"developer-name": {
"command": "npx",
"args": [
"-y",
"mcp-developer-name"
],
"env": {
"DEVELOPER_NAME": "Wayne Wei"
},
"disabled": false,
"autoApprove": []
}
}
}
```