Cover image
Try Now
2025-04-10

MCP Server para pesquisar em um api externa de üma Aplicação Web

3 years

Works with Finder

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)

  1. Instale as dependências:
    npm install
    
  2. Inicie o servidor:
    npm start
    
    ou
    node index.js
    

2️⃣ Rodando no n8n

  1. Crie um novo workflow no n8n.
  2. Adicione um Webhook Node e configure o endpoint.
  3. Adicione um Execute Command Node e use o seguinte comando:
    node /caminho/do/projeto/index.js
    
  4. Passe as variáveis de ambiente no campo "Environment Variables".
  5. Salve e execute o workflow.

3️⃣ Rodando com Docker

  1. Construa a imagem:
    docker build -t archi-track .
    
  2. 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! 🚀

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • HiveNexus
  • Ein KI-Chat-Bot für kleine und mittelgroße Teams, die Modelle wie Deepseek, Open AI, Claude und Gemini unterstützt. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 claude 、 Gemini 等模型。

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

    Reviews

    1 (1)
    Avatar
    user_m8u7bHKm
    2025-04-18

    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.