Labsco
geoffjay logo

MCP Servers Collection

from geoffjay

A collection of MCP servers providing structured interfaces for AI assistants to interact with various development tools and services.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” A small collection of MCP servers by one author, currently an Overmind process-manager server and a Finnhub-backed fundamental-analysis server.

What you get โ€”

  • Overmind server: start/stop/restart Procfile processes and check health โ€” overmind_start, overmind_status, overmind_restart, overmind_run, overmind_check_procfile, and more
  • Process introspection: overmind_find_procfiles, overmind_is_running, overmind_connect for connection instructions
  • Fundamental Analysis server: "run fundamental analysis for AAPL" using the Finnhub API
  • Each server installs standalone via uvx --from git+...

Requirements โ€” for Overmind: Overmind and tmux installed on the host; for Fundamental Analysis: a Finnhub API account/key (free signup at finnhub.io).

Cost snapshot โ€” free and MIT-licensed; the Overmind server needs no paid service, but the analysis server depends on the third-party Finnhub API (account required; Finnhub has free and paid tiers).

Setup effort โ€” per-server uvx --from git+https://... one-liners; Overmind also needs tmux/Overmind pre-installed.

Our take โ€” Useful if you run Procfile apps and want AI-driven process control, but it's really two unrelated tools bundled together, and the Overmind piece only works on systems with tmux + Overmind installed.

Source: the project README โ€” summarized 2026-07-08.