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.

评论

其他 分类下的更多 MCP 服务器