building-robust-mcp-servers-with-fastmcp

vladfedoriuk/building-robust-mcp-servers-with-fastmcp
★ 0 stars Vue 📦 Other Updated today
Presentation on building robust MCP Servers with FastMCP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "building-robust-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "vladfedoriuk/building-robust-mcp-servers-with-fastmcp"
      ]
    }
  }
}