meGPT - upload an author's content into an LLM
@adrianco
meGPT - upload an author's content into an LLM について
Code to process many kinds of content by an author into an MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"meGPT": {
"command": "python",
"args": [
"mcp_server.py",
"--author",
"virtual_adrianco"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is meGPT?
meGPT is a repository and MCP (Model Context Protocol) server that organizes an author's public content—including books, blogs, podcasts, videos, and social media archives—into a searchable knowledge base for AI applications. It enables the creation of an LLM persona that can answer questions and generate summaries in the author's voice.
How to use meGPT?
Clone the repository, set up a Python virtual environment, and install dependencies. Run python build.py <author> to process content, then start the MCP server with python mcp_server.py --author <author> for STDIO mode or --transport streamable-http --port 8080 for HTTP.
Key features of meGPT
- Supports books, blogs, Twitter archives, podcasts, and videos.
- Includes an MCP server with semantic search and filtering.
- Automatically detects and processes YouTube videos, playlists, and channels.
- Handles Medium and Blogger archive extraction.
- Generates MCP resources for any author directory.
- Supports STDIO, HTTP, and SSE transports.
Use cases of meGPT
- Building a chatbot that answers questions as if it were the author.
- Summarizing an author’s opinions from decades of content.
- Creating a searchable knowledge base for researchers or fans.
- Training a RAG-based LLM persona from published work.
FAQ from meGPT
What content types does meGPT support?
It supports YouTube videos, podcasts, books (PDFs), stories, blog archives (Medium, Blogger), Twitter archives, presentation slides, and InfoQ videos.
How can I contribute my own content?
Clone the repo and add your own directory under authors/. If you want to contribute freely, submit a pull request.
What are the system dependencies?
The server requires Python 3 and packages listed in requirements.txt. Setup uses a virtual environment.
What license is the content under?
All content in this repo is Creative Commons Attribution-ShareAlike. Permission is explicitly granted for use as a training set for the meGPT concept.
What transport protocols does the MCP server support?
The server supports STDIO, HTTP, and SSE transport modes, selectable via the --transport flag.
「AI とエージェント」の他のコンテンツ
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
コメント