
mcp-tool-archi-track
MCP Server para pesquisar em um API externa de uma aplicação web
1
Github Watches
0
Github Forks
0
Github Stars
MCP Server - Archi Track
Este repositório contém um servidor baseado no Model Context Protocol (MCP) que fornece uma API para consultar informações sobre aplicações registradas. O código está configurado para rodar via Cloud Desktop e n8n, e pode ser buildado para produção.
Requisitos
- Node.js (v18+ recomendado)
- npm ou yarn
- Docker (caso queira rodar em container)
Configuração
O projeto usa variáveis de ambiente para configuração. Crie um arquivo .env
na raiz do projeto e adicione:
NWS_API_BASE=http://archi-track.lmlabs.com.br
USER_AGENT=archi-track-app/1.0
TOKEN=SEU_TOKEN_AQUI
SERVER_NAME=archi-track
SERVER_VERSION=1.0.0
Como Rodar
1️⃣ Rodando Localmente (Cloud Desktop ou CLI)
- Instale as dependências:
npm install
- Inicie o servidor:
ounpm start
node index.js
2️⃣ Rodando no n8n
- Crie um novo workflow no n8n.
- Adicione um Webhook Node e configure o endpoint.
- Adicione um Execute Command Node e use o seguinte comando:
node /caminho/do/projeto/index.js
- Passe as variáveis de ambiente no campo "Environment Variables".
- Salve e execute o workflow.
3️⃣ Rodando com Docker
- Construa a imagem:
docker build -t archi-track .
- Rode o container:
docker run --env-file .env -p 3000:3000 archi-track
Build para Produção
Se você estiver usando TypeScript, primeiro compile o projeto:
npm run build
Isso criará uma pasta build/
. Para rodar a versão buildada:
node build/index.js
Se precisar copiar as variáveis de ambiente, use:
cp .env build/
Agora o projeto está pronto para rodar em produção! 🚀
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Converts Figma frames into front-end code for various mobile frameworks.
Take an adjectivised noun, and create images making it progressively more adjective!
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Mirror ofhttps://github.com/agentience/practices_mcp_server
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
Reviews

user_m8u7bHKm
I've been using mcp-tool-archi-track and it has significantly improved my project tracking efficiency. Created by leandro-jm, this tool is robust and user-friendly. The seamless integration with my workflow and the comprehensive features make it an indispensable part of my toolkit. Highly recommend to anyone in need of a reliable tracking tool! Check it out at https://github.com/leandro-jm/mcp-tool-archi-track.