Skip to main content
Glama

STK-MCP

by alti3
app.py361 B
from mcp.server.fastmcp import FastMCP from .stk_logic.core import StkState # Define the central MCP server instance. # The lifespan will be attached dynamically by the CLI based on user selection. mcp_server = FastMCP[StkState]("STK Control") # Import the tools module. # This triggers the execution of the @mcp_server.tool() decorators. from . import tools

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/alti3/stk-mcp'

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