mcpbeat Sign in

TypeSafe MCP Server

by renwang-huang Your server? Claim it
local only

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

Host-neutral MCP bridge for TypeSafe AI Jev judgments with typed review, routing, and gate tools.

Installs / week
pypi · typesafe-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check TypeSafe MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add typesafe-mcp -- uvx typesafe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "typesafe-mcp": {
      "args": [
        "typesafe-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.typesafe-mcp]
command = "uvx"
args = ["typesafe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "typesafe-mcp": {
      "args": [
        "typesafe-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "typesafe-mcp": {
      "args": [
        "typesafe-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TYPESAFE_API_KEY (API key for TypeSafe AI Jev System One.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TypeSafe MCP

same job, measured the same way
Connapse
by destrayon

Self-hosted knowledge backend for AI agents with hybrid search and MCP tools

local only
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

26 installs/wk local only
MCP Debugger
by digital-defiance

Node.js and TypeScript debugging with 25+ tools for AI agents

local only
CAPI Gateway
by surisoft-io

Apache Camel API Gateway with REST-to-MCP bridging for LLM agents.

local only
Superforms
by superforms

Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.

11 tools answering
Apache Pinot MCP Server
by startreedata

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

354 installs/wk local only
VMware NSX
by zw008

VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM.

1 388 installs/wk local only
VMware NSX
by vmware-skills

VMware NSX networking management with 33 MCP tools: segments, gateways, NAT, routing, IPAM.

local only

TypeSafe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for TypeSafe MCP?
TypeSafe MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package typesafe-mcp.
How do I connect TypeSafe MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls typesafe-mcp straight from pypi; nothing to host, nothing to sign up for.
Is TypeSafe MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.