Footon
FreeNot checkedTurns Claude and Codex JSONL transcripts into sanitized, unlisted links with explicit approval, exposing share management via OAuth-protected MCP endpoints.
About
Turns Claude and Codex JSONL transcripts into sanitized, unlisted links with explicit approval, exposing share management via OAuth-protected MCP endpoints.
README
footon turns Claude and Codex JSONL transcripts into sanitized, unlisted links. Raw transcripts remain local. Only user and assistant prose from an explicitly approved draft can be published.
raw JSONL -> Rust draft + local scanners -> explicit approval -> Cloudflare edge rescan -> unlisted link
The remote MCP endpoint is https://footon.dev/mcp. It uses OAuth 2.1 with
passwordless email sign-in and exposes only share_create, share_list, and
share_revoke.
CLI
cargo install --git https://github.com/douglance/footon footon
footon draft thread.jsonl --title "Public title" --output footon-draft.json
FOOTON_TOKEN=... footon publish footon-draft.json
Drafting makes no network request. Publishing is a separate command and refuses plain HTTP except for localhost tests. See cli/README.md for the full contract.
Development
npm install
npm run check
npm run test:e2e
cargo fmt --check
cargo test
npm run check runs strict TypeScript and Rust linting. The Worker limits
complexity to 8, functions to 45 lines, and files to 220 lines. The Rust crate
denies Clippy all, pedantic, cognitive complexity, large functions,
warnings, and unsafe code across the workspace, all targets, and all features.
The Worker E2E uses Cloudflare's local test harness with isolated D1, KV, and simulated email. It covers dynamic client registration, PKCE authorization, Turnstile's localhost boundary, email capture, magic-link verification, consent without a session cookie, token exchange, and authenticated MCP create, list, and revoke calls. It never sends a real email or writes production data.
Safety boundary
The official CLI combines redact-core with independent credential, key,
connection-string, path, and metadata removal. The Worker validates the exact
footon.share.v2 shape and rejects remaining high-signal secrets and personal
data. No scanner can prove arbitrary text is secret-free, so explicit local
review remains mandatory.
Installing Footon
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/douglance/footonFAQ
Is Footon MCP free?
Yes, Footon MCP is free — one-click install via Unyly at no cost.
Does Footon need an API key?
No, Footon runs without API keys or environment variables.
Is Footon hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Footon in Claude Desktop, Claude Code or Cursor?
Open Footon on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Footon with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
