MCP.so
ログイン

MCP Server - Archi Track

@leandro-jm

MCP Server - Archi Track について

MCP Server para pesquisar em um API externa de uma aplicação web

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

leandro-jm

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-tool-archi-track": {
      "command": "node",
      "args": [
        "index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server - Archi Track?

MCP Server - Archi Track is a server based on the Model Context Protocol (MCP) that provides an API to query information about registered applications. It is configured to run via Cloud Desktop and n8n, and can be built for production.

How to use MCP Server - Archi Track?

Install dependencies with npm install, then start the server with npm start. To run via n8n, create a workflow with a Webhook Node and an Execute Command Node using node /path/to/project/index.js. For Docker, build the image with docker build -t archi-track . and run with docker run --env-file .env -p 3000:3000 archi-track. Production builds require npm run build to generate a build/ folder.

Key features of MCP Server - Archi Track

  • MCP-based API for querying registered application information
  • Runs locally, in Cloud Desktop, or via n8n
  • Supports Docker container deployment
  • Configurable through .env environment variables
  • Production build available (including TypeScript compilation)

Use cases of MCP Server - Archi Track

  • Query application information within an n8n workflow
  • Deploy a containerized API server for registered app data
  • Use locally or on Cloud Desktop for development and testing

FAQ from MCP Server - Archi Track

What are the runtime requirements for MCP Server - Archi Track?

Node.js v18+ and npm or yarn are required. Docker is optional for containerized deployment.

How do I configure MCP Server - Archi Track?

Create a .env file in the project root with variables: NWS_API_BASE, USER_AGENT, TOKEN, SERVER_NAME, and SERVER_VERSION.

Can I run MCP Server - Archi Track in a Docker container?

Yes. Build the image with docker build -t archi-track . and run it with docker run --env-file .env -p 3000:3000 archi-track.

How do I build MCP Server - Archi Track for production?

Run npm run build to compile TypeScript (if used) into a build/ folder, then run node build/index.js. Optionally copy the .env file into build/.

What transport or authentication does MCP Server - Archi Track use?

The README does not specify the transport or authentication method beyond requiring a TOKEN in the .env file.

コメント

「その他」の他のコンテンツ