Skip to main content
Glama

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

list_people

a boardon szereplő kollégák nevei

list_sprints

a sprint-mappák nevei

person_tasks(name)

egy kolléga aktuális (futó sprint) feladatai állapot szerint

person_breakdown(name, last_n=3)

idő-bontás: feladattípus + ügyfél + sprintenkénti kihasználtság

capacity_report()

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ás

Majd 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.py

Claude 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 Inspector

Megjegyzé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).

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to manage Jira Cloud instances, including creating and updating issues, managing sprints and projects, adding comments, tracking worklogs, and searching with presets.
    15
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude AI to interact with JIRA for project management and issue tracking, supporting JQL queries, comprehensive issue details retrieval with subtasks and linked issues, and release planning analysis.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables users to fetch and search Jira tickets, comments, and attachments directly within Claude Code. It features JQL support and automatically exports linked Figma designs to provide comprehensive project context.
    124
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

View all MCP Connectors

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