MCP server intelligence profile

chatgpt-context-mcp Server

Imports private ChatGPT conversations into MCP clients like Codex and Claude Code. Provides tools to fetch remote conversation content and serve cached context via local stdio

Local Onlyprotosskai
Awaiting current scanSource Git · f0b58057bb5de374f9372a86a6103dd65990ab24

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugchatgpt-context-mcp-4c2a7c05DeploymentLocal Only
Canonical packageRepositoryprotosskai/chatgpt-context-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitprotosskai/chatgpt-context-mcpf0b58057bb5de374f9372a86a6103dd65990ab241Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitprotosskai/chatgpt-context-mcpf0b58057bb5de374f9372a86a6103dd65990ab24CurrentAug 25, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
chatgpt-context-mcpServer-reported name
2Capability groups
Aug 25, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
get_chatgpt_contextRead an already imported ChatGPT conversation from local cache. This does not check the remote conversation.
Input schema
{
  "type": "object",
  "properties": {
    "conversation_id": {
      "type": "string",
      "minLength": 1
    },
    "format": {
      "type": "string",
      "enum": [
        "markdown",
        "messages",
        "json"
      ]
    },
    "max_chars": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "conversation_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
import_chatgpt_urlRefresh and import a private ChatGPT /c/{conversation_id} URL into local cache and return bounded context.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "format": {
      "type": "string",
      "enum": [
        "markdown",
        "messages",
        "json"
      ]
    },
    "max_chars": {
      "type": "integer",
      "exclusiveMinimum": 0
    },
    "cache_policy": {
      "type": "string",
      "enum": [
        "refresh",
        "cache_only"
      ]
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_chatgpt_importsList locally cached ChatGPT conversation imports, optionally filtered by a simple text query.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
verify_chatgpt_authCheck whether CHATGPT_BEARER_TOKEN is present, unexpired, and accepted by the ChatGPT backend.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 4

  • chatgpt-jsonchatgpt://conversation/{conversation_id}/json
  • chatgpt-markdownchatgpt://conversation/{conversation_id}/markdown
  • chatgpt-messageschatgpt://conversation/{conversation_id}/messages
  • chatgpt-metadatachatgpt://conversation/{conversation_id}/metadata

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

chatgpt-context-mcp Server questions

How do I install chatgpt-context-mcp Server?

No verified package installation command is available in the retained catalog evidence.

What tools does chatgpt-context-mcp Server provide?

chatgpt-context-mcp Server exposed 4 tools during independent protocol observation, including get_chatgpt_context, import_chatgpt_url, list_chatgpt_imports, verify_chatgpt_auth.

Is chatgpt-context-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

OpenAI intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.