Skip to main content
Glama
ruben-salas20

Nimbus Copiloto MCP Server

Nimbus Copiloto — Helpdesk 的 MCP 服务器

用于 Helpdesk 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 Engineer 的 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

上次会话进行到哪里

计划

该仓库是八个阶段中的第一阶段。系统分层增长:MCP → 副驾驶 → 评估 → RAG → 护栏 → 可观测性 → 自有模型 → 生产。完整路线图位于 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