Skip to content
Cursor

charactercheck for Cursor

io.github.chaoz23/charactercheck

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

client:Cursor transport:stdio runtime:pypi

Install charactercheck in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "charactercheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "charactercheck"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

charactercheck in other clients