Skip to main content
Glama
ruben-salas20

Nimbus Copiloto MCP Server

Nimbus Copilot — ヘルプデスク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エンジニアまでの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 → ガードレール → オブザーバビリティ → 独自モデル → 本番環境。完全なマップは 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