Content Interviewer MCP
Content Interviewer MCP
Content Interviewer MCP ist ein lokaler Python-MCP-Server, der Forschungsthemen entdeckt, Sie interviewt, um Ihre einzigartige Perspektive aufzudecken, und Ihre Erkenntnisse in Inhalte wie Kurzform-Reel-Skripte verwandelt.
Projektstatus
Das MVP ist abgeschlossen und bereit für die lokale Nutzung mit MCP-kompatiblen Clients wie Codex.
Related MCP server: mcp-usercall
Anforderungen
Python 3.11 oder neuer
SQLite mit FTS5-Unterstützung
Entwicklungs-Setup
Erstellen Sie eine virtuelle Umgebung:
python3 -m venv .venvAktivieren Sie sie:
source .venv/bin/activateInstallieren Sie das Projekt und seine Entwicklungsabhängigkeiten:
python -m pip install -e ".[dev]"Entwicklungsprüfungen
Führen Sie die Tests aus:
python -m pytestFühren Sie Linting aus:
python -m ruff check .Prüfen Sie, dass der Quellcode kompiliert:
python -m compileall -q srcArchitektur
Die erste Version verwendet:
das offizielle Python MCP SDK
Pydantic für die Eingabevalidierung
SQLite für die lokale Persistenz
SQLite FTS5 für die Volltextsuche
pytest für automatisierte Tests
Ruff für Linting
STDIO für die Kommunikation mit Codex
Das Projekt startet als lokale Einzelbenutzeranwendung. SQLite hält private Daten lokal, ohne dass ein separater Datenbankserver erforderlich ist. FTS5 liefert die erste Suchimplementierung; Embeddings werden erst in Betracht gezogen, nachdem das MVP einen Bedarf dafür aufgezeigt hat.
Projektstruktur
src/
content_interviewer/
server.py
config.py
db/
connection.py
migrations/
repositories/
services/
tools/
schemas/
utils/
resources/
tests/
fixtures/
docs/
data/Datenschutz
ChatGPT-Exporte, SQLite-Datenbanken, Umgebungsdateien, Logs und andere private lokale Daten dürfen nicht in die Versionskontrolle eingecheckt werden. Der Server darf keine vollständigen importierten Konversationen oder Artikeltexte protokollieren.
MVP-Grenzen
Version 0.1 umfasst kein Web-Dashboard, keine Mehrbenutzerkonten, kein Remote-Deployment, keine Embeddings, keine automatische Veröffentlichung in sozialen Medien und keinen Live-Zugriff auf ein ChatGPT-Konto.
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