Use fast-mcp gem to easily spin up an MCP server.
bin/installbin/consolebin/inspectorbin/mcp- Start the inspector with
bin/inspector - Click
Server Fileto copy a fullmcp.jsonto clipboard - Or click
Server Entryto just copy the server entry that then can be placed in themcpServersobject in anmcp.jsonfile - Or you can click
Server Fileto copy the entire MCP configuration
{
"mcpServers": {
"default-server": {
"command": "bin/mcp",
"args": [],
"env": {
"HOME": "/Users/mgreenfield",
"LOGNAME": "mgreenfield",
"PATH": "<includes various runtimes>",
"SHELL": "/bin/zsh",
"TERM": "xterm-256color",
"USER": "mgreenfield"
}
}
}
}{
"command": "bin/mcp",
"args": [],
"env": {
"HOME": "/Users/mgreenfield",
"LOGNAME": "mgreenfield",
"PATH": "<includes various runtimes>",
"SHELL": "/bin/zsh",
"TERM": "xterm-256color",
"USER": "mgreenfield"
}
}