What is the io.github.yuvalsuede/claudia MCP server?
Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.
How to install io.github.yuvalsuede/claudia
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": {
"claudia": {
"command": "bunx",
"args": [
"-y",
"claudia-cli"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"claudia": {
"command": "bunx",
"args": [
"-y",
"claudia-cli"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claudia": {
"command": "bunx",
"args": [
"-y",
"claudia-cli"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"claudia": {
"type": "stdio",
"command": "bunx",
"args": [
"-y",
"claudia-cli"
]
}
}
}Claude Code
claude mcp add claudia -- bunx -y claudia-cliRelated MCP servers
Generate AI UGC videos with talking heads, B-roll, and subtitles.
View repository →Persistent memory + git snapshots for Claude Code. Never lose context or code.
View repository →