Skip to main content
Glama
zuperRuslana

Content Interviewer MCP

by zuperRuslana

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 アカウントへのライブアクセスは含まれません。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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