Docs Vector MCP
Enables AI agents to semantically search GitHub repository documentation by automatically fetching, vectorizing, and indexing content into an Upstash Vector database. It provides a standard MCP interface for agents to retrieve relevant documentation snippets through natural language queries.
README
Docs Vector MCP
Vectorize GitHub tool documentation and provide MCP (Model Control Protocol) interface for AI Agents.
Features
- 🔄 Auto-fetch from GitHub - Automatically crawls and extracts documentation from GitHub repositories
- 🧠 Vector Embeddings - Uses OpenAI embeddings to store documentation in vector database
- 🔍 Semantic Search - Find relevant documentation using natural language queries
- 🔌 MCP Protocol - Standard Model Control Protocol interface for AI Agents
- 🎨 Modern Web UI - Built with Next.js 15 + TailwindCSS
Architecture
┌─────────────┐ ┌──────────────┐ ┌──────────────┐ ┌────────────┐
│ GitHub Repo │ → │ Crawl Docs │ → │ Split Chunks│ → │ Embedding │
└─────────────┘ └──────────────┘ └──────────────┘ └────────────┘
↓
┌──────────────┐
│ Vector DB │ ← Query ┌──────────┐
│ (Upstash) │ → Result │ AI Agent │
└──────────────┘ └──────────┘
↑
┌───────────┐
│ MCP API │
└───────────┘
Tech Stack
- Framework: Next.js 15 + TypeScript + TailwindCSS
- Vector Database: Upstash Vector (serverless, perfect for Cloudflare deployment)
- Embeddings: OpenAI text-embedding-3-small
- GitHub API: Octokit
- MCP: @modelcontextprotocol/sdk
Environment Variables
Create a .env.local file:
# GitHub (optional but recommended for higher rate limits)
GITHUB_TOKEN=your_github_token
# OpenAI
OPENAI_API_KEY=your_openai_api_key
# Upstash Vector
UPSTASH_VECTOR_RESTAR_URL=your_upstash_vector_url
UPSTASH_VECTOR_RESTAR_TOKEN=your_upstash_vector_token
Getting Started
Install dependencies
npm install
Run development server
npm run dev
Open http://localhost:3000 in your browser.
CLI Usage
Index a GitHub repository
npx tsx cli/index.ts index <owner> <repo> [branch]
Example:
npx tsx cli/index.ts index openai openai-python main
Search indexed documentation
npx tsx cli/index.ts search "how to use embeddings"
Show statistics
npx tsx cli/index.ts stats
Clear all indexed documents
npx tsx cli/index.ts clear
Start MCP server (for AI Agent connection)
npx tsx cli/index.ts mcp
MCP Integration
Add this configuration to your AI Agent that supports MCP:
{
"mcpServers": {
"docs-vector": {
"command": "node",
"args": [
"path/to/docs-vector-mcp/dist/cli/index.js",
"mcp"
],
"env": {
"OPENAI_API_KEY": "<your-openai-api-key>",
"UPSTASH_VECTOR_RESTAR_URL": "<your-upstash-url>",
"UPSTASH_VECTOR_RESTAR_TOKEN": "<your-upstash-token>"
}
}
}
}
Available MCP Tools
-
search_docs- Search documentation semantically- Parameters:
query(string): The search querylimit(number, optional): Maximum number of results (1-20, default 5)
- Parameters:
-
get_stats- Get statistics about stored documentation- No parameters
Deployment
Cloudflare Pages
This project is optimized for Cloudflare Pages deployment:
- Push your code to GitHub
- Connect your repository to Cloudflare Pages
- Set build command:
npm install && npx next build - Set output directory:
.next - Add all environment variables in Cloudflare dashboard
- Deploy!
CI/CD with GitHub Actions
A sample workflow is included in .github/workflows/deploy.yml that automatically deploys to Cloudflare Pages on every push to main branch.
Project Structure
docs-vector-mcp/
├── app/ # Next.js app router
│ ├── api/ # API routes
│ │ ├── index/ # Indexing endpoint
│ │ ├── search/ # Search endpoint
│ │ └── stats/ # Stats endpoint
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # React components
│ ├── IndexForm.tsx # Repository indexing form
│ └── SearchForm.tsx # Search form
├── lib/ # Core libraries
│ ├── github.ts # GitHub fetcher
│ ├── text-processor.ts # Text chunking
│ ├── embedding.ts # Embedding generator
│ ├── vector-store.ts # Vector storage
│ ├── mcp-server.ts # MCP server
│ └── docs-service.ts # Service orchestrator
├── cli/ # CLI entry
│ └── index.ts # CLI main
├── .github/
│ └── workflows/ # GitHub Actions
├── next.config.ts # Next.js config
├── tailwind.config.ts # Tailwind config
└── package.json # Dependencies
How It Works
- Add Repository: You input a GitHub repository that contains tool documentation
- Crawling: The system fetches all documentation files (.md, .mdx, .rst, .txt, etc.) from the repo
- Processing: Text is cleaned and split into overlapping chunks
- Embedding: OpenAI generates vector embeddings for each chunk
- Storage: Vectors are stored in Upstash Vector database
- Search: When an AI Agent asks a question, the query is embedded and similar documents are retrieved
- Response: Relevant documentation snippets are returned to the AI Agent for answering
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。