mcpbeat Sign in
I

longpath MCP Server

local only

longpath runs on your own machine — the client starts it, so there is no endpoint to ping.

Read-only P6 / MS Project schedule analysis: CPM, float, DCMA 14-point, logic checks, S-curves.

Installs / week
pypi · longpath
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check longpath every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add longpath -- uvx longpath
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "longpath": {
      "args": [
        "longpath"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.longpath]
command = "uvx"
args = ["longpath"]
.cursor/mcp.json
{
  "mcpServers": {
    "longpath": {
      "args": [
        "longpath"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "longpath": {
      "args": [
        "longpath"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LONGPATH_CONFIG (Path to longpath.toml (java_home, mpxj_classpath, max_rows, allow_writes). Optional: .xer and MS Project XML need no config.), LONGPATH_HOME (Folder searched for longpath.toml when LONGPATH_CONFIG is not set (default: a longpath folder in %LOCALAPPDATA%, or ~/.local/share/longpath).), JAVA_HOME (A Java 11+ runtime, used only to open .mpp / P6 XML files through MPXJ (install longpath[mpp] for the MPXJ jars).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to longpath

same job, measured the same way
pyslang-mcp
by ariklapid

Compiler-backed read-only Verilog and SystemVerilog project analysis.

81 installs/wk local only
Lumin
by getlumin

Read-only access to a Lumin project's logs, metrics, uptime checks, alerts and infrastructure.

answering
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
SQL Server Analyst MCP
by coregentdevspace

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

18 installs/wk local only
Search Console MCP
by sudomichael

Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.

95 installs/wk local only
Lazyrelay MCP Server
by gosswerner1-max

Schedule social posts, check Proof-of-Publish status, pull analytics, and read mentions.

38 installs/wk local only
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

85 installs/wk local only
Vessel Traffic MCP
by tools-mcp

Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.

32 installs/wk local only

longpath — questions

Answers built from our own checks of this server.

Why is there no uptime for longpath?
longpath runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package longpath.
How do I connect longpath?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls longpath straight from pypi; nothing to host, nothing to sign up for.