We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deslicer/mcp-for-splunk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•195 B
"""
Routes package for MCP Server for Splunk
This package contains route handlers for different server endpoints.
"""
from .health import setup_health_routes
__all__ = ["setup_health_routes"]