Loading MCP server directory, please wait...
Persistent task board synced across Claude Code and Claude.ai, backed by Supabase.
npx @getmcp/cli add io.github.RefugeSwordPublishing/taskboard-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SUPABASE_URLYour Supabase project URL (e.g. https://xxx.supabase.co)
SUPABASE_ANON_KEYYour Supabase anon/public key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RefugeSwordPublishing/taskboard-mcp": {
"command": "node",
"args": [
"@refugeandsword/taskboard-mcp"
],
"env": {
"SUPABASE_URL": "",
"SUPABASE_ANON_KEY": "",
"ANTHROPIC_API_KEY": ""
}
}
}
}