Loading MCP server directory, please wait...
Coordinate AI-agent work on a local-first, owner-controlled MCP board
npx @getmcp/cli add io.github.swisspra/pursersRequires Python 3.10+. Community-contributed server. Review source before installing.
CENTRAL_JWKS_PATHPath to the issuer public JWKS used to verify seat credentials
CENTRAL_JWT_ISSUERExact issuer URL in every accepted seat credential
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.swisspra/pursers": {
"command": "uvx",
"args": [
"pursers-central"
],
"env": {
"ONBOARD_CENTRAL_HOST": "127.0.0.1",
"ONBOARD_CENTRAL_PORT": "8766",
"ONBOARD_CENTRAL_DATA_DIR": "",
"ONBOARD_CENTRAL_LOG_LEVEL": "info",
"ONBOARD_CENTRAL_ALLOWED_HOSTS": "",
"ONBOARD_CENTRAL_TLS_CERTFILE": "",
"ONBOARD_CENTRAL_TLS_KEYFILE": "",
"CENTRAL_ADMISSION": "invite",
"CENTRAL_AUTH_MODE": "jwt",
"CENTRAL_JWKS_PATH": "",
"CENTRAL_JWT_AUDIENCE": "",
"CENTRAL_JWT_CLOCK_SKEW": "30",
"CENTRAL_JWT_ISSUER": "",
"CENTRAL_PRINCIPAL_STREAM_CAP": "32",
"CENTRAL_REAPER_INTERVAL_S": "30.0",
"CENTRAL_REQUEST_STATE_KEY_FILE": "",
"PURSERS_LEGACY_TOOLS": "0",
"STORE_BACKEND": "sqlite"
}
}
}
}