Talent-Augmenting Layer for Claude Desktop
io.github.angelo-leone/talent-augmenting-layer
Personalised AI augmentation system — makes you better at your work, not dependent on AI
client:Claude Desktop
transport:streamable-http
Install Talent-Augmenting Layer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"talent-augmenting-layer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://proworker-hosted.onrender.com/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