mcp-codex-keeper

MCP.Pizza Chef: aindreyway

The mcp-codex-keeper is a sophisticated MCP server designed to act as a guardian of software development knowledge. It provides AI assistants, such as Cline, with curated, real-time access to the latest documentation, coding standards, and best practices across the software development landscape. By integrating this server, developers can ensure their AI copilots have authoritative, up-to-date context to assist with coding, debugging, and learning. The server supports seamless integration with Node.js environments and is easy to configure, making it a valuable tool for enhancing AI-driven development workflows with reliable knowledge sources.

Use This MCP server To

Provide AI assistants with latest coding documentation Deliver curated best practices to development copilots Enhance AI-driven code review with authoritative knowledge Support real-time developer queries with up-to-date info Integrate software knowledge into AI-enhanced workflows

README

Aindreyway MCP Codex Keeper

MCP Server Version License

An intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.

mcp-codex-keeper MCP server

πŸš€ Quick Start

Prerequisites

  1. Make sure you have Node.js installed (version 18 or higher):

    node --version
  2. Install or update npm (comes with Node.js):

    npm install -g npm@latest
  3. Verify npx is available:

    npx --version

    If not found, install it:

    npm install -g npx

Configuration

Add this to your Cline/Sonnet configuration:

"aindreyway-codex-keeper": {
  "command": "npx",
  "args": ["-y", "@aindreyway/mcp-codex-keeper@latest"],
  "disabled": false,
  "env": {
    "npm_config_cache_max": "1024000000",
    "NODE_OPTIONS": "--max-old-space-size=256"
  }
}

That's it! The assistant will handle everything automatically.

Note: This server uses npx for direct npm package execution, which is optimal for Node.js/TypeScript MCP servers, providing seamless integration with the npm ecosystem and TypeScript tooling.

🎯 What Your Assistant Can Do

Ask your assistant to:

  • "Show me the latest React documentation"
  • "Find best practices for TypeScript development"
  • "Update documentation for Node.js"
  • "Search for information about async/await"

πŸ›  Available Tools

list_documentation

Lists all available documentation sources with optional category filtering.

add_documentation

Add new documentation sources to the knowledge base.

update_documentation

Update existing documentation to get the latest content.

search_documentation

Search through documentation with category filtering.

πŸ“š Documentation Categories

  • Frontend
  • Backend
  • Language
  • MCP
  • MCP-Guide
  • Database
  • DevOps
  • Security
  • Testing
  • Architecture
  • Mobile
  • AI
  • Cloud

πŸ”§ Features

The server automatically:

  • Manages documentation from various sources
  • Keeps track of latest development best practices
  • Provides intelligent search capabilities
  • Updates documentation automatically
  • Supports tagging and categorization
  • Optimizes memory usage:
    • Uses streaming for large files
    • Automatic cache cleanup
    • Memory-efficient search
    • Size and age limits for cached files
    • Limited heap size (256MB)

πŸ“ License

MIT License - feel free to use this in your projects!

πŸ‘€ Author

aindreyway

πŸ“– Documentation

⭐️ Support

Give a ⭐️ if this project helped you! If you want to contribute, please check our Contributing Guide.

mcp-codex-keeper FAQ

How do I install the mcp-codex-keeper server?
Ensure Node.js v18+ is installed, then use npm to install dependencies and configure it with your Cline or Sonnet setup.
Can mcp-codex-keeper be used with different AI assistants?
Yes, it is designed to provide curated development knowledge to various AI assistants like Cline and Sonnet.
What kind of knowledge does mcp-codex-keeper provide?
It offers access to the latest software development documentation, coding standards, and best practices.
Is mcp-codex-keeper compatible with multiple LLM providers?
Yes, it works with models from OpenAI, Anthropic Claude, and Google Gemini by feeding them structured, curated context.
How do I update the knowledge base in mcp-codex-keeper?
The server fetches and curates the latest documentation automatically or can be configured to update on demand.
What are the prerequisites for running mcp-codex-keeper?
Node.js version 18 or higher, npm, and npx are required to install and run the server.
Is the mcp-codex-keeper open source?
Yes, it is licensed under the MIT license and available on GitHub for community contributions.
How does mcp-codex-keeper ensure the knowledge is up-to-date?
It integrates with trusted documentation sources and regularly updates its curated content to reflect the latest best practices.