A FastMCP scaffold project with greeting tool example, built with Node.js and MCP SDK
{
"mcpServers": {
"ff-xiaofanfastmcp-greeting": {
"command": "npx",
"args": [
"-y",
"@ff-xiaofan/fastmcp-greeting-server"
]
}
}
}