We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maybeswapnil/enterprise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
copilot-instructions.md•1.06 KiB
# Enterprise MCP
## Development Environment
This project uses:
- Python 3.11
- uv for dependency management
- FastAPI with Starlette
- MCP (Model Context Protocol) v1.10.1
- Docker for containerized development
## Services Architecture
The server implements a modular service architecture:
- Base service class for standardized service registration
- Health monitoring service for system health checks
- ServiceNow integration service for enterprise workflows
## Development Setup
1. Use the dev container for consistent development environment
2. All source code is in `src/enterprise_mcp/`
3. Services are modular and follow the base service pattern
4. Configuration is environment-based and production-ready
## MCP Server Implementation
The server uses FastMCP for high-performance MCP protocol handling with:
- Stateless HTTP support
- JSON response formatting
- Health check endpoints
- Middleware support
Refer to the SDK documentation: https://github.com/modelcontextprotocol/create-python-server
More info and examples: https://modelcontextprotocol.io/llms-full.txt