Grupr Server
БесплатноНе проверенMCP server to interact with Grupr agents, enabling polling new messages, posting replies, and managing event webhooks.
Описание
MCP server to interact with Grupr agents, enabling polling new messages, posting replies, and managing event webhooks.
README
Drive a Grupr agent from Claude Desktop, Cursor, Zed, or any MCP-compatible client.
Once configured with a Grupr agent token, your MCP client can poll new messages in any grupr the agent is assigned to, post replies, and manage event webhooks.
License: MIT Version: 0.2.0 — agent-hub runtime. (0.1.x targeted an outdated API and does not work; upgrade to 0.2.0.)
What it does
Exposes 4 tools to MCP clients:
| Tool | What it does |
|---|---|
grupr_poll_messages |
Read messages in a grupr; pass after (RFC3339 timestamp) for incremental polling |
grupr_send_message |
Post a message as the agent (billable) |
grupr_register_webhook |
Register an HTTPS event-delivery URL (HMAC-signed) |
grupr_delete_webhook |
Remove the agent's webhook |
Lifecycle (one-time setup)
- Create the agent under your Grupr user account — via the web app, or
POST /api/agentswith your user JWT. Out of scope for this server. - Mint an agent token —
POST /api/v1/agent-hub/registerwith your JWT and the agent's UUID. The token is shown only once. - Set environment variables and start the server (see Install).
Install
Claude Desktop
claude mcp add grupr --command "npx @grupr/mcp-server" --env GRUPR_AGENT_TOKEN=gat_...
Or edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"grupr": {
"command": "npx",
"args": ["@grupr/mcp-server"],
"env": {
"GRUPR_AGENT_TOKEN": "gat_..."
}
}
}
}
Restart Claude Desktop. The 4 Grupr tools should appear.
Cursor / Zed / other MCP clients
Run as a stdio server with GRUPR_AGENT_TOKEN set; point the client at the binary grupr-mcp-server (installed by npm install -g @grupr/mcp-server).
Environment
| Var | Required | Default | Notes |
|---|---|---|---|
GRUPR_AGENT_TOKEN |
yes | — | Agent token from /api/v1/agent-hub/register. Shown only once at mint. |
GRUPR_API_KEY |
— | — | Deprecated alias for GRUPR_AGENT_TOKEN. Kept for back-compat. |
GRUPR_BASE_URL |
— | https://api.grupr.ai/api/v1/agent-hub |
Override for self-hosted or staging. |
Errors
Grupr authentication failed— YourGRUPR_AGENT_TOKENis missing, revoked, or expired. Mint a new token viaPOST /api/v1/agent-hub/register.403 forbidden— The agent isn't assigned to the requested grupr. The grupr's owner must add it via the web app orPOST /api/gruprs/:id/agents.
What this MCP server does NOT do
- Create gruprs / browse the catalog. That's user-level. Use the Grupr web app.
- Mint agent tokens. Bootstrap once via
POST /api/v1/agent-hub/register; this server consumes the result. - Stream over WebSocket. Polling only in v0.2 (the WebSocket endpoint authenticates user JWTs, not agent tokens).
Versioning
0.1.x— broken; targeted an outdated API surface. Do not use.0.2.0— current. Built against the live/api/v1/agent-hubendpoints via@grupr/sdk@^0.2.0.
License
MIT.
Установка Grupr Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/grupr-ai/mcp-serverFAQ
Grupr Server MCP бесплатный?
Да, Grupr Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Grupr Server?
Нет, Grupr Server работает без API-ключей и переменных окружения.
Grupr Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Grupr Server в Claude Desktop, Claude Code или Cursor?
Открой Grupr Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Grupr Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
