
Codex Keeper
Provides AI assistants with curated access to the latest programming documentation and development best practices. Acts as a knowledge repository that can be queried, updated, and maintained for code generation and debugging tasks.
Integrates with external resources to provide curated development knowledge for code generation, bug fixing, and context-aware programming advice.
What it does
- Search development documentation and best practices
- Add new documentation sources to knowledge base
- Update existing documentation resources
- List available documentation by category
- Provide context-aware programming advice
- Access latest framework and library docs
Best for
About Codex Keeper
Codex Keeper is a community-built MCP server published by aindreyway that provides AI assistants with tools and capabilities via the Model Context Protocol. Codex Keeper offers curated development knowledge with AI code generation, bug fixing, and smart programming advice usin It is categorized under productivity, developer tools.
How to install
You can install Codex Keeper in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Codex Keeper is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Aindreyway MCP Codex Keeper
An intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.
π Quick Start
Prerequisites
-
Make sure you have Node.js installed (version 18 or higher):
node --version -
Install or update npm (comes with Node.js):
npm install -g npm@latest -
Verify npx is available:
npx --versionIf 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
npxfor 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
- GitHub: @aindreyway
π Documentation
- User Guide - Installation and usage instructions
- Contributing Guide - How to contribute to the project
- Technical Documentation - Detailed technical information
βοΈ Support
Give a βοΈ if this project helped you! If you want to contribute, please check our Contributing Guide.
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Production-ready financial analyst skill with ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction. 4 Python tools (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
23 production-ready engineering skills covering architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, computer vision, and specialized tools like Playwright Pro, Stripe integration, AWS, and MS365. 30+ Python automation tools (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.
PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.