Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Flowintel MCP

An MCP server that provides access to Flowintel.

Installation

install from source:

cd flowintel-mcp
pip install -e .

Configuration

Set the following environment variables:

VariableRequiredDescription
FLOWINTEL_URLYesURL of your Flowintel instance (e.g. https://flowintel.example.com)
FLOWINTEL_API_KEYYesYour Flowintel API authentication key

Usage

Claude Desktop / Claude Code

Add to your MCP configuration:

{
"mcpServers": {
"flowintel": {
"command": "flowintel-mcp",
"env": {
"FLOWINTEL_URL": "https://flowintel.example.com",
"FLOWINTEL_API_KEY": "your-api-key-here"
}
}
}
}

Standalone (stdio)

export FLOWINTEL_URL="https://flowintel.example.com"export FLOWINTEL_API_KEY="your-api-key"
flowintel-mcp

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages