MCP Server
Active
MIT
io.github.chaoz23/charactercheck MCP Server
io.github.chaoz23/charactercheck
What is the io.github.chaoz23/charactercheck MCP server?
Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.
How to install io.github.chaoz23/charactercheck
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"charactercheck",
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"charactercheck",
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"charactercheck",
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"charactercheck": {
"type": "stdio",
"command": "uvx",
"args": [
"charactercheck",
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp"
]
}
}
}Claude Code
claude mcp add charactercheck -- uvx charactercheck --from charactercheck==0.7.0 charactercheck-mcpRelated MCP servers
Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.
2
View repository →Python
loudcheck
Active
Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.
1
View repository →Python
MIT
Deterministic conduct verdicts for live tabletop sessions - CI for running a game.
0
View repository →Python
MIT