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:
- Get Resume: Fetch a resume or work history.
- Contact Owner: Send a message (requires your name and email address).
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", ""]
}
}
}