Developer Tools
ctxt.io
Provides auto-expiring context sharing for text, markdown, code, or HTML.
ENDPOINT 1
https://ctxt.io/mcp
MCP server metadata
- Name
- ctxt
- Version
- 1.0.0
ctxt.io shares text, markdown, code, or HTML as auto-expiring links. create_context returns the share URL plus .md/.txt/.json variants of it. For visual output (reports, tables, charts) prefer format=html with self-contained HTML: inline CSS and inline SVG render; scripts are stripped and never run. Expiries up to 1 day are free. ttl=30d and the Pro options cost $1 one-time: the result then includes a payment_url that a human can open in a browser to complete checkout.
Known tools 3
create_contextShare text, markdown, code, or HTML as an auto-expiring ctxt.io link.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ctxt]
url = "https://ctxt.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ctxt": {
"type": "http",
"url": "https://ctxt.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ctxt
Remote MCP URL: https://ctxt.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ctxt": {
"url": "https://ctxt.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ctxt": {
"type": "http",
"url": "https://ctxt.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ctxt",
"transport": "streamable-http",
"url": "https://ctxt.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ctxt.io was fetched 2026-08-15T16:43:59.753Z.
ctxt.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.