Skip to content
VS Code

charactercheck for VS Code

io.github.chaoz23/charactercheck

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

client:VS Code transport:stdio runtime:pypi

Install charactercheck in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

charactercheck in other clients