mcpbeat Sign in

Charactercheck MCP Server

local only

Charactercheck runs on your own machine — the client starts it, so there is no endpoint to ping. 181 installs a week from pypi. Last commit 26 Aug 2026.

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

Installs per day peak 210 · avg 55 · -30% w/w
a month agotoday
181
Installs / week
pypi · charactercheck
0
Stars
30 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Charactercheck 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 charactercheck -- uvx charactercheck
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "charactercheck": {
      "args": [
        "charactercheck"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.charactercheck]
command = "uvx"
args = ["charactercheck"]
.cursor/mcp.json
{
  "mcpServers": {
    "charactercheck": {
      "args": [
        "charactercheck"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "charactercheck": {
      "args": [
        "charactercheck"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Charactercheck

same job, measured the same way
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

77 installs/wk local only
Iris
by irishealth

Read-only health context MCP server for Iris users.

answering
Stellar Agent Search
by berkingurcan

Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.

38 installs/wk local only
Zod Contract Mock Forge MCP
by vola-trebla

MCP server for deterministic mock generation and API contract scaffolding using Zod schemas

39 installs/wk local only
Macaroon Bible Evidence
by macaroonnetwork

Read-only BSB and WEB Scripture evidence with provenance, context, comparison, and search.

11 tools answering
Obsidian Turbocharged
by the-40-thieves

Model-agnostic, agent-ready Obsidian MCP server with RBAC, SLSA provenance, and native search.

757 installs/wk local only
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
Gemini
by houtini-ai

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

482 installs/wk local only

Charactercheck — questions

Answers built from our own checks of this server.

Why is there no uptime for Charactercheck?
Charactercheck 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 charactercheck was installed 181 times last week.
How do I connect Charactercheck?
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 charactercheck straight from pypi; nothing to host, nothing to sign up for.
How many people use Charactercheck?
The pypi package charactercheck was installed 181 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Charactercheck open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 30 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.