infinity-bemind
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@infinity-bemindget the current capacity report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-infinity-bemind
Bemind Infinity MCP — a SPRINT board kapacitás-/feladat-adatait ajánlja ki MCP-toolokként,
hogy Claude (Desktop / Code) közvetlenül lekérdezhesse. Self-contained: a capacity/ csomag a
bemind-capacity kliensének bevendorolt
másolata, így nincs szükség külön repóra a futtatáshoz.
Toolok
Tool | Mit ad |
| a boardon szereplő kollégák nevei |
| a sprint-mappák nevei |
| egy kolléga aktuális (futó sprint) feladatai állapot szerint |
| idő-bontás: feladattípus + ügyfél + sprintenkénti kihasználtság |
| az egész csapat kapacitás-táblája |
Related MCP server: Jira MCP Server
Telepítés (macOS)
git clone git@github.com:birincsik-byte/mcp-infinity-bemind.git
cd mcp-infinity-bemind
./install.sh # venv + függőségek + .env létrehozásMajd nyisd meg a .env-et, és írd bele a saját Infinity-tokened
(Infinity → Settings → API). A .env gitignore-olt, nem kerül fel sehova.
Bekötés Claude-ba
Claude Code (a tokent a .env-ből az install.sh kiírja):
claude mcp add infinity-bemind --env INFINITY_API_TOKEN=... -- /abs/út/venv/bin/python /abs/út/server.pyClaude Desktop — ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "infinity-bemind": {
"command": "/abs/út/venv/bin/python",
"args": ["/abs/út/server.py"],
"env": { "INFINITY_API_TOKEN": "..." }
}}}Teszt
venv/bin/mcp dev server.py # böngészős MCP InspectorMegjegyzés a tokenről
A token a te gépeden, a .env-ben / a Claude-config env mezőjében él — soha ne kerüljön a repóba.
Mindenki a saját Infinity-tokenjével futtatja.
Ez a lokális (stdio) változat. Web-claude-on (claude.ai) nem fut — ahhoz hostolt HTTP-transzport kell (lásd a belső jegyzeteket).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/birincsik-byte/mcp-infinity-bemind'
If you have feedback or need assistance with the MCP directory API, please join our Discord server