MCP Server - Archi Track
@leandro-jm
About MCP Server - Archi Track
MCP Server para pesquisar em um API externa de uma aplicação web
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-tool-archi-track": {
"command": "node",
"args": [
"index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
.envenvironment 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.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments