Skip to main content
Glama

mcp-codex-keeper

by aindreyway

Aindreyway MCP 法典守护者

MCP 服务器版本执照

智能 MCP 服务器作为开发知识的守护者,为 AI 助手提供最新文档和最佳实践的访问权限。

🚀 快速入门

先决条件

  1. 确保已安装 Node.js(版本 18 或更高):
    node --version
  2. 安装或更新 npm(Node.js 附带):
    npm install -g npm@latest
  3. 验证 npx 是否可用:
    npx --version
    如果没有找到,请安装:
    npm install -g npx

配置

将其添加到您的 Cline/Sonnet 配置中:

"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" } }

就这样!助手会自动处理一切。

**注意:**此服务器使用npx直接执行 npm 包,这对于 Node.js/TypeScript MCP 服务器来说是最佳的,可与 npm 生态系统和 TypeScript 工具无缝集成。

🎯 你的助手能做什么

请你的助手:

  • “向我展示最新的 React 文档”
  • “寻找 TypeScript 开发的最佳实践”
  • “更新 Node.js 文档”
  • “搜索有关 async/await 的信息”

🛠 可用工具

列表文档

列出所有可用的文档来源,并带有可选的类别过滤功能。

添加文档

向知识库添加新的文档源。

更新文档

更新现有文档以获取最新内容。

搜索文档

使用类别过滤来搜索文档。

📚 文档类别

  • 前端
  • 后端
  • 语言
  • 微胶囊钙
  • MCP 指南
  • 数据库
  • DevOps
  • 安全
  • 测试
  • 建筑学
  • 移动的
  • 人工智能

🔧 功能

服务器自动:

  • 管理来自各种来源的文档
  • 跟踪最新的开发最佳实践
  • 提供智能搜索功能
  • 自动更新文档
  • 支持标记和分类
  • 优化内存使用:
    • 使用流式传输大文件
    • 自动缓存清理
    • 内存高效搜索
    • 缓存文件的大小和期限限制
    • 有限的堆大小(256MB)

📝 许可证

MIT 许可证 - 请随意在您的项目中使用它!

👤 作者

艾恩德雷韦

📖 文档

⭐️ 支持

如果这个项目对您有帮助,请点个⭐️!如果您想贡献,请查看我们的贡献指南

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

作为开发知识的守护者,为人工智能助手提供最新文档和最佳实践的访问权限。

  1. 🚀 快速入门
    1. 先决条件
    2. 配置
  2. 🎯 你的助手能做什么
    1. 🛠 可用工具
      1. 列表文档
      2. 添加文档
      3. 更新文档
      4. 搜索文档
    2. 📚 文档类别
      1. 🔧 功能
        1. 📝 许可证
          1. 👤 作者
            1. 📖 文档
              1. ⭐️ 支持

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Provides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.
                  Last updated -
                  8
                  Python
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  Enables AI assistants to interact with Obsidian vaults, providing tools for reading, creating, editing and managing notes and tags.
                  Last updated -
                  598
                  149
                  TypeScript
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.
                  Last updated -
                  25
                  JavaScript
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI assistants to interact with Metabase, providing access to dashboards, questions, databases, and tools for executing queries and viewing data through natural language.
                  Last updated -
                  JavaScript
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/aindreyway/mcp-codex-keeper'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server