ai-agent-scratchpad

Cloudflare Workers MCP server: ai-agent-scratchpad

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Cloudflare Workers MCP server: ai-agent-scratchpad

    Server tool list (6)

    Raw names from tools/list. Only developers need these.

    scratchpad_write세션에 키-값을 저장합니다. value는 문자열 또는 JSON 직렬화 가능한 값.
    scratchpad_read세션의 특정 키 값을 조회합니다.
    scratchpad_list세션의 모든 키 목록을 반환합니다. 선택적 prefix 필터링 지원.
    scratchpad_delete세션의 특정 키를 삭제합니다.
    scratchpad_checkpoint현재 세션 상태의 스냅샷을 체크포인트 태그로 저장합니다. keys를 지정하면 해당 키만 스냅샷.
    scratchpad_diff현재 키 값과 체크포인트 값의 diff를 반환합니다. 또는 두 임의 값의 diff 비교.