Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Exception Server

БесплатноНе проверен

Enables AI-powered analysis of exceptions using vector similarity search and Azure OpenAI for operations teams.

GitHubEmbed

Описание

Enables AI-powered analysis of exceptions using vector similarity search and Azure OpenAI for operations teams.

README

AI-powered exception analysis for operations teams


🚀 Quick Start

# 1. Install dependencies
pip install -r requirements.txt

# 2. Configure credentials
# Edit config.yaml and paste your Azure OpenAI endpoint and API key:
#   azure_openai:
#     endpoint: "https://your-resource.openai.azure.com/"
#     api_key: "your-api-key-here"

# 3. Run tests
python test_framework.py

# 4. Ingest data
python ingest.py

# 5. Launch UI
streamlit run streamlit_app.py

📚 Full Documentation

See FRAMEWORK_README.md for complete documentation including:

  • Configuration guide
  • Testing procedures
  • Usage examples
  • Adaptation for other projects
  • Troubleshooting

🧪 Test Framework

python test_framework.py

Expected: 5/7 tests pass (2 expected failures: ChromaDB install, Azure credentials)


📁 Project Structure

├── config.yaml              # Configuration
├── llm_client.py           # Azure OpenAI client
├── stacktrace_parser.py    # Parse stack traces
├── vector_store.py         # ChromaDB wrapper
├── server.py               # MCP server
├── streamlit_app.py        # UI
├── ingest.py              # Load data into vector DB
├── test_framework.py      # Test suite
├── data/
│   └── exceptions.csv     # Exception data (100 samples)
└── FRAMEWORK_README.md    # Complete documentation

✨ Features

  • Vector similarity search using ChromaDB
  • AI analysis with Azure OpenAI
  • Simple architecture that works across projects
  • Comprehensive tests included
  • Copy-paste schema - no manual definitions

Framework is production-ready. Run tests and start analyzing exceptions! 🎯

from github.com/18abhi89/exception-mcp-server

Установка Exception Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/18abhi89/exception-mcp-server

FAQ

Exception Server MCP бесплатный?

Да, Exception Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Exception Server?

Нет, Exception Server работает без API-ключей и переменных окружения.

Exception Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Exception Server в Claude Desktop, Claude Code или Cursor?

Открой Exception Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Exception Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication