Dustin Mihalik's MCP Server

A personal MCP server enabling agents to discover information about Dustin Mihalik and interact with them. MCP is available at the following path:


                
            
This server provides two tools:

This requires an MCP client that supports remote MCP (Streamable HTTP). For clients that do not support remote MCP, you can use mcp-remote. Here's an example config:


                {
                    "mcpServers": {
                        "Dustin Mihalik MCP": {
                            "command": "npx",
                            "args": ["mcp-remote", ""]
                        }
                    }
                }