mcp-server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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-
- FlicenseNot gradedqualityDmaintenanceA 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.-
- AlicenseNot gradedqualityDmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEducational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.-