We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ptmorris05/scalene-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•272 B
"""Scalene MCP - FastMCP server for Scalene profiler.
A professional MCP server providing LLM-optimized access to Scalene's
comprehensive CPU, GPU, and memory profiling capabilities.
"""
from scalene_mcp.server import server
__version__ = "0.1.0"
__all__ = ["server"]