Project Intake Identifier for Claude Desktop
io.github.wxt-ai/project-code-notes-identifier
Identify the project handle from an intake note
client:Claude Desktop
transport:streamable-http
Install Project Intake Identifier in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"project-code-notes-identifier": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://antibody-package-occasional-floppy.trycloudflare.com/mcp/project-code-notes/upstream"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs