1. Conduid
  2. RAG
  3. AI Encyclopedia
MCP server · RAG

AI Encyclopedia

AI Encyclopedia — Open-source, community-driven AI knowledge base. Repos, articles, videos, tools — scraped, documented, indexed. Add a source, get rich docs.

34Low

Scored 5 months ago · breakdown

About AI Encyclopedia

AI Encyclopedia is an MCP server in the RAG category: aI Encyclopedia — Open-source, community-driven AI knowledge base. Repos, articles, videos, tools — scraped, documented, indexed. Add a source, get rich docs. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/deeprpatel2/ai-encyclopedia

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about AI Encyclopedia

Powered by Claude · Grounded in docs

I know everything about AI Encyclopedia. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

AI Encyclopedia

The open-source, community-driven AI knowledge base. GitHub repos, articles, videos, tools — all scraped, documented, indexed, and cross-referenced. Add a source, get rich documentation.

MIT License Sources Topics PRs Welcome

What Is This?

A living knowledge base that turns AI resources into organized, actionable documentation.

You add a source → Scripts scrape & process it → Rich docs are generated → Master index auto-updates

Three types of knowledge:

  1. Individual Source Docs — Deep-dive on each repo/article/video with use cases and how-to guides
  2. Topic Guides — Cross-source knowledge grouped by theme (e.g., "MCP Servers", "AI Agents")
  3. Master Index — Searchable catalog of everything, auto-generated

Browse the Knowledge Base

Topic Sources Start Here
MCP Servers 8 sources Complete MCP Guide
AI Coding Assistants 2 sources AI Coding Tools Guide
Full Index 9 sources, 26 topics KNOWLEDGE_INDEX.md

Featured Sources

Source Type Stars Doc
MCP Official Servers GitHub 79,900+ Read
GitHub MCP Server GitHub 27,400+ Read
MCP Python SDK (FastMCP) GitHub 21,900+ Read
MCP TypeScript SDK GitHub 11,700+ Read
MCP Specification Spec Official Read
Build an MCP Server Tutorial Official Read
Claude Code Skills Docs Official Read
Databricks AI Dev Kit GitHub 744 Read

Quick Start

Add a New Source

Via CLI:

npm install  # first time only

# GitHub repo
node scripts/add-source.js --type github-repo --url "https://github.com/owner/repo" --topics "ai,agents"

# Article or docs
node scripts/add-source.js --type article --url "https://example.com/post" --topics "llm,tutorial" --title "My Article"

# YouTube video
node scripts/add-source.js --type youtube --url "https://youtube.com/watch?v=xxx" --topics "demo,ai"

# Then process and index
node scripts/process-sources.js && node scripts/build-index.js

Or just edit sources.json directly:

{
  "id": "my-new-source",
  "type": "github-repo",
  "url": "https://github.com/owner/repo",
  "topics": ["ai", "agents"],
  "added": "2026-03-02",
  "status": "pending"
}

Discover Related Content

# Find high-quality repos (100+ stars) on a topic
node scripts/discover.js --topic "ai agents"
node scripts/discover.js --topic "mcp servers" --min-stars 500

Project Structure

ai-encyclopedia/
├── README.md                          # You are here
├── KNOWLEDGE_INDEX.md                 # Master index (auto-generated)
├── CONTRIBUTING.md                    # How to contribute
├── LICENSE                            # MIT License
├── sources.json                       # Source registry — add content here
├── package.json                       # Node.js dependencies
│
├── knowledge/                         # Generated documentation
│   ├── github-repos/                  # GitHub repo deep-dives
│   ├── articles/                      # Article summaries & guides
│   ├── youtube/                       # Video breakdowns
│   ├── startups/                      # Startup profiles
│   └── topics/                        # Cross-source topic guides
│
├── scripts/                           # Automation
│   ├── process-sources.js             # Main processing pipeline
│   ├── add-source.js                  # CLI to add new sources
│   ├── build-index.js                 # Rebuild master index
│   └── discover.js                    # Find related external content
│
├── templates/                         # Documentation templates
│   ├── github-repo.md
│   ├── article.md
│   └── youtube.md
│
└── .github/workflows/
    └── update-knowledge.yml           # Auto-update on push

Supported Source Types

Type Use For Example
github-repo Open-source repos, SDKs, tools MCP Python SDK
article Docs, blog posts, tutorials MCP Specification
youtube Video tutorials, demos, talks Conference presentations
startup AI companies, products Emerging AI tools
tool Developer utilities CLI tools, extensions
paper Research papers arXiv papers

Contributing

We welcome contributions! See CONTRIBUTING.md for full guidelines.

The short version:

  1. Fork the repo
  2. Add your source to sources.json or improve docs in knowledge/
  3. Run node scripts/build-index.js to verify
  4. Submit a PR

Quality bar: We only accept verified, high-quality sources — official docs, well-maintained repos (50+ stars), reputable publications. No spam, no marketing fluff.

How It Works

Auto-Processing Pipeline

sources.json (you add a URL)
    ↓
process-sources.js (scrapes content, generates docs)
    ↓
knowledge/ (rich markdown documentation)
    ↓
build-index.js (rebuilds master index)
    ↓
KNOWLEDGE_INDEX.md (searchable, cross-referenced)

GitHub Action

When you push changes to sources.json, the GitHub Action automatically:

  1. Processes any "status": "pending" sources
  2. Rebuilds the knowledge index
  3. Commits the generated docs

License

MIT License — use it, fork it, build on it.


AI Encyclopedia — Making AI knowledge accessible, organized, and actionable. Open to everyone.

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About AI Encyclopedia

How do I install AI Encyclopedia?

Run git clone https://github.com/deeprpatel2/ai-encyclopedia, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is AI Encyclopedia safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is AI Encyclopedia still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.