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
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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