Content Interviewer MCP
Content Interviewer MCP
Content Interviewer MCP 是一个本地 Python MCP 服务器,它发现研究主题,通过访谈挖掘你的独特视角,并将你的见解转化为短视频 Reel 脚本等内容。
项目状态
MVP 已完成,可供 MCP 兼容客户端(如 Codex)在本地使用。
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运行 lint 检查:
python -m ruff check .检查源码能否编译:
python -m compileall -q src架构
初始版本使用:
官方 Python MCP SDK
Pydantic 用于输入验证
SQLite 用于本地持久化
SQLite FTS5 用于全文搜索
pytest 用于自动化测试
Ruff 用于 lint 检查
STDIO 用于与 Codex 通信
该项目一开始是本地单用户应用。SQLite 将私有数据保存在本地,无需单独的数据库服务器。FTS5 提供最初的搜索实现;只有在 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 仪表盘、多用户账户、远程部署、嵌入、自动社交媒体发布,或对 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