graham number calculator for Claude Desktop
com.edgethirteen.www/graham-number-calculator
Benjamin Graham's fair-value ceiling and margin of safety for a US-listed ticker.
client:Claude Desktop
transport:streamable-http
tools:1
Install graham number calculator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"graham-number-calculator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.edgethirteen.com/api/mcp/graham-number-calculator"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs