MCP Server - Archi Track
MCP Server para pesquisar em um API externa de uma aplicação web
leandro-jm
README
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! 🚀
Recommended Servers
contentful-mcp
Update, create, delete content, content-models and assets in your Contentful Space

Supabase MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Azure MCP Server
Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.

SettleMint
Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.

Brev
Run, build, train, and deploy ML models on the cloud.

Story SDK MCP Server
This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]

Tembo MCP Server
An MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.

Workers MCP
A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.

Appwrite MCP Server
A Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.
MCP2Lambda
Enables AI models to interact with AWS Lambda functions via the MCP protocol, allowing access to private resources, real-time data, and custom computation in a secure environment.