Skip to main content
Glama
mvilanova

Intervals.icu MCP Server

by mvilanova
mcp_instance.py440 B
""" Shared MCP instance module. This module provides a shared FastMCP instance that can be imported by both the server module and tool modules without creating cyclic imports. """ from mcp.server.fastmcp import FastMCP # pylint: disable=import-error # This will be initialized by server.py after creating the FastMCP instance mcp: FastMCP | None = None # pylint: disable=invalid-name # This is a module-level variable, not a constant

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mvilanova/intervals-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server