Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fastmcp-punkpeye": {
"command": "npx",
"args": [
"fastmcp",
"dev",
"src/examples/addition.ts"
]
}
}
}