MCP Directory
Back

visitproject

by linmy666 · TypeScript · ★ 0

Convert legacy supply chain systems into standard MCP servers for AI agents. Built with TypeScript + @modelcontextprotocol/sdk.

Install

npx -y github:linmy666/visitproject

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "visitproject": {
      "command": "npx",
      "args": [
        "-y",
        "github:linmy666/visitproject"
      ]
    }
  }
}

From the README

> **Convert legacy enterprise systems into standard MCP servers for AI agents.** > Point at a database, get a of every table exposed > as a parameterised MCP tool. No SQL, no ad-hoc glue code, no risks. Most enterprise systems (WMS, OMS, TMS, BMS, ERPs) are decades old: closed databases, file drops, no public APIs. AI agents can't talk to them without a custom integration for every system. **visitproject** is the opposite: a single CLI that points at a database and emits a standards-compliant [Model Context Protocol](https://modelcontextprotocol.io/) — one MCP tool per table operation, a…
Read full README on GitHub →

Related other servers