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.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to manage Jira Cloud instances, including creating and updating issues, managing sprints and projects, adding comments, tracking worklogs, and searching with presets.Last updated29MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Jira Cloud by managing issues, comments, custom fields, and sprint tasks through a standardized interface. Supports issue creation, updates, team activity tracking, and progress reporting.Last updated1186Apache 2.0
- Alicense-qualityDmaintenanceEnables 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.Last updatedMIT
- Alicense-qualityBmaintenanceEnables 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.Last updated4242MIT
Related MCP Connectors
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.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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