writbase for Claude Desktop
io.github.writbase/writbase
MCP-native task management for AI agent fleets with scoped permissions and provenance.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install writbase in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"writbase": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{PROJECT_REF}.supabase.co/functions/v1/mcp-server/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs