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-serverlist all available tools"
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
https://gofastmcp.com/deployment/running-server
Related MCP server: my-mcp-server2
https://pypi.org/project/fastmcp/
python -m venv .venv source .venv/Scripts/activate
pip install fastmcp==2.14.1
Para PROMPTS:
Os prompts definem modelos de mensagens reutilizáveis para orientar as interações do LLM
"method": "prompts/list" // Lista todos os prompts "method": "prompts/get" // Obtém um prompt específico
Para TOOLS:
As ferramentas permitem que os LLMs executem ações executando suas funções Python. Ideal para cálculos, chamadas de API. As ferramentas podem retornar vários tipos, incluindo texto, objetos serializáveis em JSON e até mesmo imagens ou áudio auxiliados pelas classes auxiliares de mídia FastMCP.
"method": "tools/list" // Lista todas as ferramentas "method": "tools/call" // Chama uma ferramenta
Para RESOURCES:
Os recursos expõem fontes de dados somente leitura
"method": "resources/list" // Lista recursos "method": "resources/read" // Lê um recurso específico
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-qualityCmaintenanceA stateless Model Context Protocol server that implements a simple echo functionality with resource, tool, and prompt components, enabling LLMs to echo back messages through standardized MCP interactions.1
- Flicense-qualityDmaintenanceA Model Context Protocol server built with FastMCP that features dynamic tool loading and modular management via a dedicated tool directory. It supports both stdio and HTTP transport modes, enabling efficient development and deployment of custom MCP tools.
- Alicense-qualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
- Flicense-qualityDmaintenanceEducational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/mfalcirolli1/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server