Local-first CLI portfolio tracker for overseas investors, with built-in MCP server for Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"evan-moon/firma"
]
}
}
}
Run in terminal:
claude mcp add firma npx -y evan-moon/firma
Add to .cursor/mcp.json:
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"evan-moon/firma"
]
}
}
}