Skip to main content
Glama
ruben-salas20

Nimbus Copiloto MCP Server

Nimbus Copiloto — 헬프데스크 MCP 서버

Nimbus 헬프데스크용 MCP 서버 — Nimbus S.A.S.의 지원 티켓 플랫폼입니다. AI 어시스턴트가 헬프데스크를 운영할 수 있게 해줍니다: 케이스 검색, 이력 조회, 에스컬레이션, 응답, SLA 준수 측정.

이것은 학습 환경입니다. Nimbus S.A.S.는 가상의 회사입니다. 이 저장소는 실제 프로젝트의 형태와 요구사항을 갖춘 프로젝트를 FastMCP로 배우기 위해 존재합니다.


빠른 시작

# 1. Dependencias
uv sync

# 2. Sembrar la base de datos
uv run python -m backend.seed

# 3. Levantar el backend de la empresa (terminal aparte, déjalo corriendo)
uv run uvicorn backend.main:app --reload --port 8000

# 4. Correr las pruebas
uv run pytest -v

백엔드가 실행 중이면: http://127.0.0.1:8000/docs

Related MCP server: tickiti-mcp

MCP 서버

# Correrlo
uv run python -m nimbus_mcp.server

# Inspeccionarlo en el navegador
uv run fastmcp dev src/nimbus_mcp/server.py

또한 .mcp.json 덕분에 Claude Code 내에서도 사용할 수 있습니다. /mcp로 확인하세요.


구조

mcp-test/
├── backend/              # API interna de Nimbus — NO SE TOCA
│   ├── main.py           #   FastAPI: tickets, clientes, agentes, KB, métricas
│   ├── db.py             #   Esquema SQLite
│   └── seed.py           #   Generador de datos de prueba
├── src/nimbus_mcp/       # El servidor MCP — aquí trabajas
│   └── server.py
├── tests/                # Pruebas
├── data/nimbus.db        # Base sembrada (regenerable)
└── docs/                 # Documentación del proyecto

문서

문서

용도

docs/ONBOARDING.md

여기서 시작하세요. MCP란 무엇인지, 전체 환경 구성 방법, 학습 경로

docs/RUTA_AI_ENGINEER.md

장기 계획: AI 엔지니어까지 8단계

docs/EMPRESA.md

회사, 팀, 프로젝트가 존재하는 이유

docs/PRODUCTO.md

도메인: 티켓, 상태, SLA, 용어집

docs/API_BACKEND.md

MCP가 사용하는 API 계약

docs/BACKLOG.md

1단계 — MCP 티켓

docs/BACKLOG_FASE_2.md

2단계 — 코필로토 티켓

docs/BITACORA.md

마지막 세션이 끝난 위치

계획

이 저장소는 8단계 중 1단계입니다. 시스템은 계층적으로 성장합니다: MCP → 코필로토 → evals → RAG → guardrails → 관찰 가능성 → 자체 모델 → 프로덕션. 전체 지도는 docs/RUTA_AI_ENGINEER.md에 있습니다.

버전

Python 3.13 · FastMCP 3.4.7 · FastAPI 0.141 · pytest 9.1

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    An MCP-compliant server that enables AI assistants like Claude Desktop to access and analyze Intercom support tickets with full conversation history.
    4
    8
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    An MCP server that exposes the Tickiti helpdesk API to AI assistants, enabling ticket management and helpdesk operations via natural language.
    11
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for Nimbus Operations Copilot that enables AI agents to search help docs, customer data, invoices, and tickets, and propose refunds/tickets with human approval for writes.
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides IT support tools to search known incidents, check ticket status, and create ticket drafts, enabling an AI assistant to help users with IT support queries.

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • MCP server for AI access to Swagger by SmartBear.

  • An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ruben-salas20/nimbus-copiloto'

If you have feedback or need assistance with the MCP directory API, please join our Discord server