start-infinity-mcp-server

start-infinity-mcp-server

Enables LLMs to manage StartInfinity boards using natural language by translating human-readable names into internal identifiers.

Category
Visit Server

README

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 via http using 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 a read key for safe dashboard viewing, a write key for creating items, or an admin key for destructive actions.

Installation & Setup

  1. Clone the repository and install dependencies:

    git clone https://github.com/dasgltd/start-infinity-mcp-server.git
    cd start-infinity-mcp-server
    npm install
    
  2. Copy the environment template:

    cp .env.example .env
    
  3. Fill in your .env file. 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 start

Remote Service (http / n8n)

Start the server in HTTP mode:

npm run build
npm run start:http

This will open an SSE endpoint at http://localhost:3000/message. See the n8n/ folder for an example workflow integration.

Security Notes

[!IMPORTANT] The server heavily relies on environment variables for security.

  • INFINITY_WRITE_KEY and INFINITY_ADMIN_KEY act as passwords for the X-MCP-Key header.
  • 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured