MCP server intelligence profile

chatgpt-codex-local-mcp Server

A secure MCP server that exposes local repository context to ChatGPT/Codex with read-only access, path validation, and no generic shell

Local Onlydpaula
Awaiting current scanSource Git · c888f3197bc4f1a216dfd855e15ba9d089e9b9fd

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

1Distribution channel
17Independently 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-codex-local-mcp-8889008bDeploymentLocal Only
Canonical packageRepositorydpaula/chatgpt-codex-local-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitdpaula/chatgpt-codex-local-mcpc888f3197bc4f1a216dfd855e15ba9d089e9b9fd1Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitdpaula/chatgpt-codex-local-mcpc888f3197bc4f1a216dfd855e15ba9d089e9b9fdCurrentAug 25, 202617 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-codex-local-mcpServer-reported name
2Capability groups
Aug 25, 2026Observed

Tools 17

ToolCategoryAnnotationsRisk
detect_project_stackDetect common stack markers for a project directory.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute path to a project directory inside an allowed root."
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
get_git_diffRun a read-only git diff for a project directory inside an allowed root.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "staged": {
      "default": false,
      "description": "Return staged diff instead of working-tree diff.",
      "type": "boolean"
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
get_git_statusRun a read-only git status for a project directory inside an allowed root.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
list_allowed_repositoriesList configured allowed roots and likely project directories under them.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "maxDepth": {
      "default": 2,
      "description": "Directory depth to scan below each allowed root.",
      "type": "integer",
      "minimum": 0,
      "maximum": 3
    }
  }
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
list_project_filesList files under a project directory inside an allowed root.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxDepth": {
      "default": 4,
      "type": "integer",
      "minimum": 0,
      "maximum": 10
    },
    "maxFiles": {
      "default": 300,
      "type": "integer",
      "minimum": 1,
      "maximum": 2000
    },
    "includeHidden": {
      "default": false,
      "type": "boolean"
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_architecture_memoryRead docs/memory/arquitetura.md with technical architecture context.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_backlog_memoryRead docs/memory/backlog.md with TODO, DOING, and DONE items.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_chat_context_memoryRead docs/memory/contexto-chat.md with current operational session context.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_decisions_memoryRead docs/memory/decisoes.md with simplified ADR records.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_fileRead a text file inside an allowed root. Sensitive files are blocked.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Absolute file path inside an allowed root."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "filePath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_important_files_memoryRead docs/memory/arquivos-importantes.md with key project files.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_memory_indexRead docs/memory/index.md for navigation and current status.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_onboarding_memoryRead docs/memory/onboarding.md to bootstrap a new project session.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_pending_memoryRead docs/memory/pendencias.md with open issues and risks.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_project_memoryRead docs/memory/projeto.md with functional project knowledge.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
read_references_memoryRead docs/memory/referencias.md with important links and references.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "maxBytes": {
      "default": 200000,
      "type": "integer",
      "minimum": 1,
      "maximum": 200000
    }
  },
  "required": [
    "projectPath"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
search_in_projectSearch for literal text in text files under a project directory.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "projectPath": {
      "type": "string",
      "description": "Absolute project directory path."
    },
    "query": {
      "type": "string",
      "minLength": 1,
      "maxLength": 500,
      "description": "Literal text to search for."
    },
    "caseSensitive": {
      "default": false,
      "type": "boolean"
    },
    "maxDepth": {
      "default": 6,
      "type": "integer",
      "minimum": 0,
      "maximum": 10
    },
    "maxMatches": {
      "default": 100,
      "type": "integer",
      "minimum": 1,
      "maximum": 500
    },
    "includeHidden": {
      "default": false,
      "type": "boolean"
    }
  },
  "required": [
    "projectPath",
    "query"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

chatgpt-codex-local-mcp Server questions

How do I install chatgpt-codex-local-mcp Server?

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

What tools does chatgpt-codex-local-mcp Server provide?

chatgpt-codex-local-mcp Server exposed 17 tools during independent protocol observation, including detect_project_stack, get_git_diff, get_git_status, list_allowed_repositories, list_project_files, read_architecture_memory, read_backlog_memory, read_chat_context_memory, and others.

Is chatgpt-codex-local-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.

Developer Tool MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.