MCP Server
Active
MIT
io.github.pooriaarab/vibemovie MCP Server
io.github.pooriaarab/vibemovie
What is the io.github.pooriaarab/vibemovie MCP server?
Turns an agent coding session into a short recap video. Local-first.
How to install io.github.pooriaarab/vibemovie
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vibemovie": {
"command": "npx",
"args": [
"-y",
"vibemovie",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vibemovie": {
"command": "npx",
"args": [
"-y",
"vibemovie",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibemovie": {
"command": "npx",
"args": [
"-y",
"vibemovie",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vibemovie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibemovie",
"mcp"
]
}
}
}Claude Code
claude mcp add vibemovie -- npx -y vibemovie mcpRelated MCP servers
Dating by tokens, matched by usage league across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
Multiplayer for agentic coding terminals: live cursors, presence, chat.
0
View repository →TypeScript
MIT