Workiq Bridge
БесплатноНе проверенBridges any local agent or LLM to Microsoft Work IQ's remote MCP server for enterprise context grounding, tools, and chat via CLI or local MCP proxy.
Описание
Bridges any local agent or LLM to Microsoft Work IQ's remote MCP server for enterprise context grounding, tools, and chat via CLI or local MCP proxy.
README
CLI bridge that connects any local agent or LLM to Microsoft Work IQ's remote MCP server for enterprise grounding.
Work IQ (GA June 16, 2026) exposes organizational context, tools, and chat through a standard MCP server. This bridge lets you query it from the terminal, pipe results into your own agent, or use it as a standalone grounding layer without needing Microsoft 365 Copilot.
What it does
- Authenticates against Entra ID (device code flow or client credentials)
- Connects to Work IQ's remote MCP endpoint via SSE transport
- Exposes a local CLI to list tools, call them, and stream chat completions
- Optionally proxies as a local MCP server so any MCP-compatible agent can consume Work IQ
Quick start
npm install -g workiq-mcp-bridge
# Authenticate (device code flow)
workiq-mcp-bridge auth --tenant YOUR_TENANT_ID --client-id YOUR_CLIENT_ID
# List available Work IQ tools
workiq-mcp-bridge tools
# Query enterprise context
workiq-mcp-bridge context "Who owns the billing microservice?"
# Chat with grounding
workiq-mcp-bridge chat "Summarize last week's design decisions for Project Atlas"
# Run as local MCP proxy (other agents connect to localhost:3001)
workiq-mcp-bridge serve --port 3001
Architecture
┌─────────────┐ ┌──────────────────┐ ┌───────────────┐
│ Your Agent │──MCP──│ workiq-mcp-bridge │──SSE──│ Work IQ MCP │
│ (local) │ │ (localhost:3001) │ │ (remote) │
└─────────────┘ └──────────────────┘ └───────────────┘
│
▼
Entra ID auth (MSAL)
Requirements
- Node.js 20+
- An Entra ID app registration with Work IQ API permissions
- Access to Work IQ preview or GA (June 16, 2026)
Configuration
Create .workiq.json in your project root or pass flags:
{
"tenantId": "your-tenant-id",
"clientId": "your-client-id",
"workiqEndpoint": "https://workiq.microsoft.com/mcp",
"scopes": ["https://workiq.microsoft.com/.default"]
}
Commands
| Command | Description |
|---|---|
auth |
Authenticate via device code or client credentials |
tools |
List all Work IQ MCP tools available |
context <query> |
Query organizational context (grounded retrieval) |
chat <message> |
Send a grounded chat message |
serve |
Start local MCP proxy server |
How it works
Work IQ's MCP server exposes a compact set of tools for context retrieval, chat, and workspace operations. This bridge handles the SSE transport, token refresh, and permission-aware scoping so you can focus on building your agent logic.
The local proxy mode re-exports Work IQ tools as a standard MCP server, meaning any framework (Semantic Kernel, LangChain, AutoGen, Copilot SDK) can consume enterprise intelligence without custom integration code.
License
MIT
Установить Workiq Bridge в Claude Desktop, Claude Code, Cursor
unyly install workiq-mcp-bridgeСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add workiq-mcp-bridge -- npx -y github:jrubiosainz/workiq-mcp-bridgeFAQ
Workiq Bridge MCP бесплатный?
Да, Workiq Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Workiq Bridge?
Нет, Workiq Bridge работает без API-ключей и переменных окружения.
Workiq Bridge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Workiq Bridge в Claude Desktop, Claude Code или Cursor?
Открой Workiq Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Workiq Bridge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
