Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Swiss
Claim
by
a1j9o94
GitHub
Python
MIT License
7
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
__pycache__
.gitignore
LICENSE
mcp-docs.txt
pyproject.toml
.python-version
README.md
server.py
uv.lock
# server.py from fastmcp import FastMCP # Create an MCP server mcp = FastMCP("Swiss") # Add an addition tool @mcp.tool() def do_something(request: str) -> str: """Do something""" return "Processing request: " + request