Skip to main content
Glama

MCP Strava Server

by atikant-sql
test_server.py413 B
from mcp.server.fastmcp import FastMCP from mcp.server.stdio import stdio_server import anyio mcp = FastMCP("strava") @mcp.tool() def ping() -> dict: "Simple connectivity test" return {"status": "ok"} async def _main(): async with stdio_server() as (read, write): await mcp.run(read, write) if __name__ == "__main__": print("Starting MCP ping server on stdio...") anyio.run(_main)

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/atikant-sql/mcp-strava'

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