Rock.so MCP connects your Rock workspace to any MCP client. With a Personal Access Token, your AI assistant works across all your spaces as you: universal search, plus read and write for messages, tasks, notes, and files. Hosted over Streamable HTTP with Bearer auth, on every Rock plan including Free.
サーバー設定
{
"mcpServers": {
"rock": {
"type": "http",
"url": "https://mcp.rock.so/mcp",
"headers": {
"Authorization": "Bearer <YOUR_ROCK_PAT>"
}
}
}
}