mcp-resources-giulia-ai
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-resources-giulia-ailook up contact for Alice"
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.
PRJ-03 — Servidor de Resources MCP
Servidor MCP (FastMCP, stdio) que demonstra Resources — a forma padronizada do
MCP expor dados (em vez de tools) para o modelo. Corresponde ao Capítulo 4 do livro
Model Context Protocol (Sandeco).
Resources expostos
URI | Tipo | Conteúdo |
| estático | Identidade do agente (nome via |
| arquivo | Bytes reais deste |
| arquivo | CSV de contatos (dados de demonstração). |
| template dinâmico | Busca UM contato pelo nome dentro do CSV. |
| template dinâmico | Saudação personalizada. |
Correções em relação ao exemplo do livro: caminhos de arquivo agora são resolvidos via
pathlib relativos à raiz do projeto (antes eram relativos ao diretório de execução e
quebravam), e o CSV correto em data/contatos.csv.
Related MCP server: Hello World MCP Server
Uso
uv sync
cp .env.example .env # opcional: definir AGENT_NAME
uv run python src/resources_server.py # ou: uv run python src/main.pyOs dados de contato são fictícios (demo). Para um cenário real, aponte CONTATOS_PATH
para um export do seu CRM ou troque o resource por uma consulta a banco/API.
Testes
uv run pytest # 20 testesCobrem os três formatos de resource e, principalmente, que os caminhos resolvem a partir da raiz do projeto — rodar de outra pasta não pode quebrar.
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 simple Model Context Protocol (MCP) server that provides date and time functionality in any timezone, along with user profiles and personalized greeting resources.
- -license-quality-maintenanceA simple demonstration MCP server that provides basic greeting functionality and server information. Enables users to generate hello messages and retrieve server details through tools and resources.
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides basic tools for arithmetic operations (addition) and dynamic greeting resources, demonstrating MCP integration patterns for other projects and clients.23ISC
- Flicense-qualityDmaintenanceA simple MCP server that exposes a calculator tool (addition) and a dynamic greeting resource.16
Related MCP Connectors
MCP server for URL shortening and management
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/wganalytics/mcp-resources-giulia-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server