Skip to main content
Glama
RaulCalderon

MCP Weather Server Demo

by RaulCalderon
claude_configs.json569 B
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/path/to/other/allowed/dir" ] }, "postgres": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://DB_USER:DB_PASS@localhost:5432/DB_NAME" ] }, "weather": { "command": "npx", "args": [ "-y", "tsx", "/your/mcp/route/main.ts" ] } } }

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/RaulCalderon/my-first-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server