Mike MCP
Ask Mike questions from your favorite agent.
Setup
claude mcp add --transport http mike https://mikemcp.dev/mcp
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"mike": {
"type": "http",
"url": "https://mikemcp.dev/mcp"
}
}
}
Add to VS Code settings (Ctrl+Shift+P → MCP: Edit Configuration):
{
"mcpServers": {
"mike": {
"type": "http",
"url": "https://mikemcp.dev/mcp"
}
}
}
Add to ~/.codex/config.json:
{
"mcpServers": {
"mike": {
"type": "http",
"url": "https://mikemcp.dev/mcp"
}
}
}
Usage
Ask Mike what's the best way to learn Haskell.