Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

flowintel/flowintel-mcp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 

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:

Variable Required Description
FLOWINTEL_URL Yes URL of your Flowintel instance (e.g. https://flowintel.example.com)
FLOWINTEL_API_KEY Yes Your 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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.