Skip to main content
Glama

Process Mining MCP Server

by mostapow

Project Launch Instructions

IMPORTANT: The project was run on a Windows system.

Steps to follow

  1. Install PostgreSQL, create a database and a table with any name.
    Access credentials (database name, user, password, table name, etc.) should be entered in the .env file.
    There is a sample .env.example file in the repository — use it as a template to fill in your actual .env file.
  2. Create an account on Anthropic and add funds to it.
    Otherwise, I can share my API_KEY via email.
  3. The repository contains example .bat launch files with the _example suffix.
    Create your own .bat files (without _example in the name), filling in the appropriate project paths.
  4. Create a virtual environment and install the required libraries according to requirements.txt:

pip install -r requirements.txt

  1. Download Claude Desktop.
    Go to File -> Settings -> Developer -> Edit Config.
    Paste the contents of the claude_desktop_config_example.json, file there, filling in the paths to your .bat files.

    Make sure to use the correct path format.

  2. Extract the file BPI Challenge 2017.xes.gz into the datasets folder.
  3. Run the data import script:

python import_data.py

The script should import the event log data into the database.

  1. Restart Claude Desktop.
    After launching the tool, the tools should be visible below the input field (two sliders labeled "search and tools"). There you can enable or disable the available tools.

Optional: Configuring MCP in Cursor

If you are using Cursor with MCP tools:

  1. Go to File -> Preferences -> Cursor Settings.
  2. Go to MCP Tools tab.
  3. Press New MCP Server button and paste previously filled claude_desktop_config.json file contents, adjusting the paths to your .bat files as needed.
  4. Save the configuration. Your MCP tools should now be available inside Cursor.
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A tool that integrates process mining capabilities with Claude AI, allowing users to analyze event log data from PostgreSQL databases through natural language interfaces in Claude Desktop or Cursor.

  1. Steps to follow
    1. Optional: Configuring MCP in Cursor

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.
        Last updated -
        37
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
        Last updated -
        Python
      • A
        security
        A
        license
        A
        quality
        Provides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.
        Last updated -
        4
        15
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Provides Claude with direct access to databases including SQLite, SQL Server, PostgreSQL, and MySQL, enabling execution of SQL queries and table management through natural language.
        Last updated -
        542
        1
        TypeScript
        MIT License
        • Apple
        • Linux

      View all related MCP servers

      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/mostapow/mcp4pm'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server