Developer Name
Use this MCP server to tell AI who are you.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install SeriaWei/MCP-Developer-Name -c claudeThis command will automatically install and configure the Developer Name MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Developer Name": {
"command": "npx",
"args": [
"-y",
"mcp-developer-name"
],
"env": {
"DEVELOPER_NAME": "Wayne Wei"
},
"disabled": false,
"autoApprove": []
}
}
}MCP-Server
It is use to return the current developer informations.
{
"mcpServers": {
"developer-name": {
"command": "npx",
"args": [
"-y",
"mcp-developer-name"
],
"env": {
"DEVELOPER_NAME": "Wayne Wei"
},
"disabled": false,
"autoApprove": []
}
}
}
Details:
Stars
0Forks
2Last commit
8 months agoRepository age
8 months
Auto-fetched from GitHub .
MCP servers similar to Developer Name:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit