enterprise-mcp
Enterprise-grade Model Context Protocol (MCP) server with ServiceNow integration and health monitoring capabilities.
Documentation
Enterprise MCP Server
Enterprise-grade Model Context Protocol (MCP) server with ServiceNow integration and health monitoring capabilities.
Features
- Health Monitoring: Built-in health checks and monitoring with system metrics
- ServiceNow Integration: Full ServiceNow MCP service integration for enterprise workflows
- Production Ready: Designed for enterprise environments with proper logging and error handling
- FastAPI Backend: High-performance REST API with Starlette and FastMCP
- Async Support: Full asynchronous operation support
- Modular Architecture: Service-based architecture with base service class
Quick Start
Prerequisites
- Python 3.11+
- uv package manager
Installation
1. Clone the repository:
git clone
cd enterprise-mcp2. Install dependencies using uv:
uv sync3. Activate the virtual environment:
source .venv/bin/activateRunning the Server
uv run enterprise-mcpThe server will start on `http://localhost:3001` by default.
Health Endpoints
- `GET /health` - Basic health check
- `GET /health/ready` - Readiness probe
- `GET /health/live` - Liveness probe
Development
Setup Development Environment
1. Install development dependencies:
uv sync --extra dev2. Install pre-commit hooks:
make devRunning Tests
make test
# or
uv run pytestCode Formatting
make format
# or
uv run ruff format .
uv run ruff check --fix .Available Make Commands
make help # Show available commands
make install # Install dependencies
make install-dev # Install dev dependencies
make test # Run tests
make test-cov # Run tests with coverage
make lint # Run linting
make format # Format code
make run # Run the server
make run-dev # Run server in development mode
make clean # Clean up build artifacts
make dev # Set up development environmentConfiguration
The server uses environment variables for configuration. Copy `.env.example` to `.env` and customize:
cp .env.example .envAvailable settings:
- `HOST` - Server host (default: 0.0.0.0)
- `PORT` - Server port (default: 3001)
- `DEBUG` - Debug mode (default: false)
- `MCP_BASE` - MCP base URL (default: http://localhost:3001)
- `SERVICENOW_INSTANCE` - ServiceNow instance URL
- `SERVICENOW_USERNAME` - ServiceNow username
- `SERVICENOW_PASSWORD` - ServiceNow password
- `HEALTH_CHECK_INTERVAL` - Health check interval in seconds (default: 30)
Services
Health Service
Provides comprehensive health monitoring including:
- System health status
- Uptime information
- Memory usage statistics
- CPU usage statistics
- Platform information
ServiceNow Service
Integrates with ServiceNow instances for enterprise workflow management:
- Get incidents
- Create incidents
- Update incidents
- Get change requests
Architecture
src/enterprise_mcp/
├── main.py # Main entry point
├── server/ # Core server implementation
│ ├── __init__.py
│ ├── base.py # Base server class
│ └── mcp_server.py # MCP server implementation
├── services/ # MCP services
│ ├── __init__.py
│ ├── base_service.py # Base service class
│ ├── health/ # Health monitoring service
│ │ ├── __init__.py
│ │ ├── service.py
│ │ └── settings.py
│ └── servicenow/ # ServiceNow integration service
│ ├── __init__.py
│ ├── service.py
│ └── settings.py
└── settings/ # Configuration settings
└── __init__.pyVS Code Integration
The project includes VS Code configuration for MCP debugging:
- `.vscode/mcp.json` - MCP server configuration
- `.vscode/tasks.json` - Build and run tasks
- `.devcontainer/` - Development container setup
Docker Support
Build and run with Docker:
docker build -t enterprise-mcp .
docker run -p 3001:3001 enterprise-mcpLicense
Enterprise License - See LICENSE file for details.
Frequently asked questions
What is enterprise-mcp?
enterprise-mcp is Enterprise-grade Model Context Protocol (MCP) server with ServiceNow integration and health monitoring capabilities.
How do I install enterprise-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is enterprise-mcp open source?
Yes — it is hosted on GitHub at https://github.com/maybeswapnil/enterprise-mcp and has 3 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP