My first MCP server
by Yusuke Wada
This is my first MCP server. It appears to be configured using a JSON file that specifies the command and arguments to run the server.
View on GitHub
Last updated: N/A
My first MCP server
Settings
/Users/yusuke/Library/Application\ Support/Claude/claude_desktop_config.json
:
{
"mcpServers": {
"game": {
"command": "node",
"args": ["/path-to/build/index.js"]
}
}
}
Author
Yusuke Wada
License
MIT