mcpbeat Sign in

Tiger MCP Server

local only

Tiger MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Provides programmatic access to Tiger Cloud services, databases, and documentation.

Installs / week
not published
119
Stars
2 open issues
17 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable internal/cmd/upgrade.go:157
    archivePath := filepath.Join(tmpDir, archiveFilename)
Secret passed into the image build Dockerfile:44
# Set env vars to control default Tiger CLI behavior
ENV TIGER_PASSWORD_STORAGE=pgpass

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Tiger MCP

same job, measured the same way
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

37 installs/wk local only
Altr MCP Server
by altrsoftware

MCP server for ALTR data security: databases, tags, policies, classification, access, audits

242 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
GWAS Bioinformatics MCP Server
by zaeyasa

Access 30+ bioinformatics tools from 14 databases.

77 installs/wk local only
Lakexpress MCP
by arpe-io

MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet

90 installs/wk local only
Fastbcp MCP
by arpe-io

MCP server for FastBCP — high-performance parallel database export to files and cloud

83 installs/wk local only

Tiger MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tiger MCP?
Tiger MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Tiger MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 119 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.