Content Interviewer MCP
Content Interviewer MCP
Content Interviewer MCP は、調査トピックを発見し、あなたにインタビューして独自の視点を引き出し、そのインサイトをショート形式の Reel スクリプトなどのコンテンツに変換するローカル Python MCP サーバーです。
プロジェクトの状態
MVP は完成しており、Codex などの MCP 互換クライアントでローカルに使用できる状態です。
Related MCP server: mcp-usercall
要件
Python 3.11 以降
FTS5 をサポートする SQLite
開発環境のセットアップ
仮想環境を作成します:
python3 -m venv .venv有効化します:
source .venv/bin/activateプロジェクトとその開発依存関係をインストールします:
python -m pip install -e ".[dev]"開発チェック
テストを実行します:
python -m pytestリンティングを実行します:
python -m ruff check .ソースがコンパイルできることを確認します:
python -m compileall -q srcアーキテクチャ
初期バージョンでは以下を使用します:
公式 Python MCP SDK
入力検証のための Pydantic
ローカル永続化のための SQLite
全文検索のための SQLite FTS5
自動テストのための pytest
リンティングのための Ruff
Codex との通信のための STDIO
このプロジェクトは、ローカルなシングルユーザーアプリケーションとして始まります。SQLite は、別のデータベースサーバーを必要とせずに、プライベートデータをローカルに保持します。FTS5 が初期の検索実装を提供します。embeddings は、MVP がその必要性を実証した後にのみ検討されます。
プロジェクト構造
src/
content_interviewer/
server.py
config.py
db/
connection.py
migrations/
repositories/
services/
tools/
schemas/
utils/
resources/
tests/
fixtures/
docs/
data/プライバシー
ChatGPT のエクスポート、SQLite データベース、環境ファイル、ログ、その他のプライベートなローカルデータは、バージョン管理にコミットしてはなりません。サーバーは、インポートされた会話や記事本文の全体をログに記録してはなりません。
MVP の境界
バージョン 0.1 には、Web ダッシュボード、マルチユーザーアカウント、リモートデプロイ、embeddings、ソーシャルメディアへの自動投稿、ChatGPT アカウントへのライブアクセスは含まれません。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI clients with access to proven social media hooks, copywriting frameworks, KOL archetypes, and real-time trending content across platforms like Twitter, Instagram, LinkedIn, TikTok, YouTube, and Facebook to humanize and optimize marketing content.6
- AlicenseCqualityCmaintenanceRun real user interviews from AI agents and retrieve structured insights with themes and verbatim quotes.5155MIT
- AlicenseAqualityDmaintenanceAI tools for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels) — viral trend search, video analysis info, content strategy use cases.3331MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to research audience, competitors, and trends, generate Hinglish campaigns and comic story posts, and publish draft content to Facebook and Instagram.
Related MCP Connectors
Run user research from any AI tool. Create studies, recruit participants, query insights.
Finds timely sources across news, social, and the web and writes posts worth publishing.
AI-moderated research platform: create and launch studies and query interview results.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zuperRuslana/content-interviewer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server