My 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., "@My MCP Serveradd 15 and 27 for me"
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.
My MCP Server
FastMCP server with FastAPI for Claude.ai integration.
Features
Tool:
add(a, b)- Adds two integersResource:
greeting://{name}- Personalized greetingPrompt:
stock_analyst_prompt- Stock market analyst persona
Deployment
Render (Free Tier)
Connect this repo to Render
It will auto-detect the
render.yamland deploy on the free tierYour MCP endpoint will be:
https://<your-app>.onrender.com/mcp
Local Development
# Install dependencies
uv sync
# Run HTTP server
uv run main.py
# Server available at http://localhost:8000/mcp
# Or run via stdio (for Claude Desktop)
uv run server.pyConnecting to Claude
Claude.ai (Web)
Deploy to Render (see above)
Go to Claude.ai > Settings > Integrations > Add Custom Connector
Enter your Render URL:
https://<your-app>.onrender.com/mcp
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "uv",
"args": ["run", "server.py"],
"cwd": "/path/to/my-mcp-server"
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized
Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth
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/Scarmonit/my-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server