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.
- Host: GitHub
- URL: https://github.com/seriawei/mcp-developer-name
- Owner: SeriaWei
- Created: 2025-03-16T13:12:16.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-18T12:22:39.000Z (7 months ago)
- Last Synced: 2025-06-17T13:11:36.053Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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": []
}
}
}
```