mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-serverwhat is the current server time?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server
FastMCP server with pluggable multi-provider authentication (Google OAuth + custom JWT).
Setup
cd mcp-server
uv venv
# Windows:
.venv\Scripts\activate
# Linux/macOS:
source .venv/bin/activate
uv add fastmcp authlib pyjwt python-dotenv google-auth fastapi uvicornCopy .env and fill in your credentials:
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
JWT_SECRET=...
JWT_ALGORITHM=HS256Related MCP server: SENTRA MCP
Run
uv run src/server.pyTools
Tool | Description |
| Returns the text as-is |
| Returns a + b |
| Returns current UTC time |
Auth
Pass a Authorization: Bearer <token> header. The server tries all registered providers in order:
Google — verifies Google ID tokens via
google-authJWT — verifies JWTs signed with
JWT_SECRET
Extending
Add a new provider:
Implement
AuthProviderinsrc/auth/your_provider.pyRegister it in
server.py:registry.register("name", YourProvider())
No other changes needed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal fastmcp demonstration server that provides a simple addition tool through the MCP protocol, supporting deployment via Docker with multiple transport modes.Last updated3
- Alicense-qualityDmaintenanceA minimal FastAPI-based MCP server that provides basic utility tools like ping and time functions. Designed for easy deployment with Docker support, authentication, and extensible architecture for future tool additions.Last updatedMIT
- Alicense-qualityDmaintenanceA minimal FastMCP server implementation that provides basic mathematical and greeting tools. Enables users to perform simple operations like adding numbers and greeting people by name through a lightweight MCP interface.Last updatedMIT
- Alicense-qualityDmaintenanceA simple MCP server implementation in Python using FastMCP and FastAPI, providing streamable HTTP transport with optional OAuth authorization for tools like echo and math.Last updated8MIT
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/JainamDosi/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server