Cogram Project for Claude Desktop
com.cogram/project
Read-only access to Cogram projects, meetings, emails, RFIs and drawings for AEC teams
client:Claude Desktop
transport:streamable-http
Install Cogram Project in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"project": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.cogram.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