start-infinity-mcp-server
Allows GitHub Copilot to manage StartInfinity boards using natural language, translating human-readable names into internal identifiers.
Integrates with n8n via HTTP/SSE transport, enabling n8n workflows to interact with StartInfinity boards.
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., "@start-infinity-mcp-serverassign me to task 'Review proposal' on project Phoenix with status In Progress"
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.
Infinity MCP Server (StartInfinity)
An advanced Model Context Protocol (MCP) server that empowers Large Language Models (like Claude Code, Antigravity, and GitHub Copilot) to seamlessly manage and interact with StartInfinity boards using natural language.
What it does
Instead of forcing AI agents to struggle with complex UUIDs, this server translates human-readable entity names ("status Doing", "assigned to John", "project Phoenix") into the proper internal identifiers, handles data normalization, and returns human-readable responses.
Key Features
Dual-Transport Architecture: Runs locally via
stdio(for CLI tools) or remotely viahttpusing Server-Sent Events (SSE) for integrations like n8n or Open WebUI.Natural Language Translation: Fully resolves UUIDs in the background. The AI only speaks human names.
Dynamic Security Header (
X-MCP-Key): In HTTP mode, you can run a single server instance and gate capabilities per-request. Pass areadkey for safe dashboard viewing, awritekey for creating items, or anadminkey for destructive actions.
Related MCP server: trello-mcp
Installation & Setup
Clone the repository and install dependencies:
git clone https://github.com/dasgltd/start-infinity-mcp-server.git cd start-infinity-mcp-server npm installCopy the environment template:
cp .env.example .envFill in your
.envfile. You will need a Personal Access Token from your Infinity Profile -> Developer -> API.
Usage
Local CLI (stdio)
Build and run the server using stdio transport (ideal for claude CLI or Cursor):
npm run build
npm startRemote Service (http / n8n)
Start the server in HTTP mode:
npm run build
npm run start:httpThis will open an SSE endpoint at http://localhost:3000/message.
See the n8n/ folder for an example workflow integration.
Security Notes
The server heavily relies on environment variables for security.
INFINITY_WRITE_KEYandINFINITY_ADMIN_KEYact as passwords for theX-MCP-Keyheader.If left blank, the server defaults to strict global legacy switches (
INFINITY_READ_ONLY=true).Destructive actions (like Delete) ALWAYS require the Admin key.
License & Copyright
This project is licensed under the DASG EULA. Copyright (c) 2026 Daniel A. Silva de la Garza / DASG Consulting Ltda. (CNPJ: 61.628.969/0001-04). All rights reserved.
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
- 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/dasgltd/start-infinity-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server