OpenAI intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
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
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
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.
| Canonical slug | chatgpt-context-mcp-4c2a7c05 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | protosskai/chatgpt-context-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | protosskai/chatgpt-context-mcp | f0b58057bb5de374f9372a86a6103dd65990ab24 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitprotosskai/chatgpt-context-mcp | f0b58057bb5de374f9372a86a6103dd65990ab24Current | Aug 25, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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": {}
} | — | — |
chatgpt://conversation/{conversation_id}/jsonchatgpt://conversation/{conversation_id}/markdownchatgpt://conversation/{conversation_id}/messageschatgpt://conversation/{conversation_id}/metadata| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
chatgpt-context-mcp Server exposed 4 tools during independent protocol observation, including get_chatgpt_context, import_chatgpt_url, list_chatgpt_imports, verify_chatgpt_auth.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.