Context — ctxt.io
About
Turn anything your agent produces — diffs, logs, reports, HTML — into a shareable link that expires on its own.
Details
- Author
- Unknown
- Categories
- Developer Tools, Knowledge Base, Other
Jump to
ctxt.io is a hostedModel Context Protocolserver.
Connect it to Claude Code, Codex, Cursor, VS Code, or any MCP client, and your AI agent can turn diffs, logs, snippets, and docs into auto-expiring share links — and read them back. No account, no API key, nothing to install.
The client-side packaging is open source: the Claude Code plugin, the Codex plugin, the/shareskill, and the install recipes below all live inctxt-io/ctxt-agentson GitHub. If it's useful to you, a star helps others find it.
The server lives athttps://ctxt.io/mcp(remote, Streamable HTTP).
claude mcp add --transport http ctxt https://ctxt.io/mcp
Or check a project-scoped config into your repo so your whole team gets it — add this to.mcp.json:
{ "mcpServers": { "ctxt": { "type": "http", "url": "https://ctxt.io/mcp" } } }
Or install the plugin, which adds a/sharecommand and a skill that teaches Claude when to share and how to produce good-looking HTML output:
/plugin marketplace add ctxt-io/ctxt-agents /plugin install ctxt@ctxt
codex mcp add ctxt --url https://ctxt.io/mcp
[mcp_servers.ctxt] url = "https://ctxt.io/mcp"
Settings → Connectors →Add custom connector→ enterhttps://ctxt.io/mcp.
Or add it by hand to.cursor/mcp.json(project) or~/.cursor/mcp.json(global):
{ "mcpServers": { "ctxt": { "url": "https://ctxt.io/mcp" } } }
{ "servers": { "ctxt": { "type": "http", "url": "https://ctxt.io/mcp" } } }
Point any MCP client athttps://ctxt.io/mcp. The server is stateless Streamable HTTP: plain JSON responses, no SSE stream, no session ids, no authentication.
Free links are created instantly. When your agent requeststtl=30d, the link is created in a pending state and the tool result includes apayment_url— open it in a browser and complete the $1 checkout to activate the 30 days (and the name/password options). Until payment, the link lives 1 day.
Agentic payments:agent platforms enrolled with us can skip the browser step entirely — when enabled, the tool result carries anacpblock (Agentic Commerce Protocol) and the platform completes the $1 purchase programmatically with a Stripe Shared Payment Token. If you build an agent platform and want access,get in touch.
- content(required) — the text to share, up to 4MB.
- ttl—5m,30m,1h(default),8h,1d, or30d.
- format—text(default, verbatim),markdown(rendered),code(syntax highlighted; optionallang), orhtml(sanitized and rendered — the best choice for visual output).
- name,password— Pro options, honored withttl=30d.
Returns the share URL, its.md/.txt/.jsonvariants, the expiry time, and adelete_tokenthat authorizes later deletion — treat the token as a secret.
Visual output:when your agent produces a styled report, a comparison table, or a chart, have it send self-contained HTML withformat=html— inline CSS and inline SVG render fully, and it beats markdown for anything visual.<script>tags are stripped server-side and JavaScript never executes, so keep it static. For example:
{ "content": "<div style='font-family:system-ui'><h2>Deploy readiness</h2><table style='border-collapse:collapse'><tr><th style='padding:6px'>Check</th><th style='padding:6px'>Status</th></tr><tr><td style='padding:6px'>Tests</td><td style='padding:6px;color:#080'>445 passed</td></tr><tr><td style='padding:6px'>Coverage</td><td style='padding:6px'><svg width='120' height='10'><rect width='120' height='10' fill='#eee'/><rect width='101' height='10' fill='#2a7'/></svg> 84%</td></tr></table></div>", "format": "html", "ttl": "8h" }
Fetch an existing ctxt.io link as markdown (default), plain text, or HTML. Takes the full URL, the/3/<code>path, or the bare code, pluspasswordfor protected links.
Delete a link you created, using itsdelete_token. Immediately removes public access and requests backing-storage deletion. Destructive — agents should confirm with you before calling it.
Every paste URL has robot-readable twins: append.md,.txt, or.json. The.jsontwin returns the content plusttl,created, andexpires_at:
MCP is the supported way for machines tocreatepastes — it carries the rate limits and abuse protections that keep the service free. Creating pastes by other automated means is a violation of ourTerms of Service(section 3) and risks being rate-limited or blocked.
- Links are bearer-accessible: anyone who has the URL can read it until it expires.
- Content is stored in plain form at rest. Password protection is an access gate, not encryption.
- Passwords and delete tokens pass through your agent's transcript — don't reuse a password that matters.
- Content is capped at 4MB per link; creation is rate-limited per IP; shared links are excluded from search engines.
- Content may be processed automatically, including by service providers, to detect abuse. It is not used to train or fine-tune generative AI models, and providers aren't permitted to either.
The server is published in theofficial MCP registryasio.ctxt/mcp, and the plugins and skills are developed in the open atgithub.com/ctxt-io/ctxt-agents— issues and pull requests welcome. Questions or ideas:feedback@ctxt.io.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Gives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control.
Understand, develop, and debug authorization policies in Oso Cloud.
Up-to-date documentation for your coding agent. Covers 1000s of public repos and sites. Built by ref.tools
Points agents to the canonical Agentry install docs for errors, product analytics, and deploy attribution.
Gives coding agents deterministic, read-only documentation handoffs with edit boundaries, ownership, and required checks before repository changes.
Deterministic JSON checks with signed evidence and x402-paid execution
Search Apple's Developer Documentation with smart search and wildcard support.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





