MCP Servers for Dummies
This guide is for folks who are comfortable using LLM-powered apps like ChatGPT, Claude Desktop, or Perplexity, but they’re not sure what the whole MCP server fuss is about. Here, you’ll learn about MCP servers and see a real example of asking GitHub...
foundinblank.io4 min read
Fran Lozano
In case it's useful for anyone, I managed to make it work in Cursor with this configuration:
{ "mcpServers": { "motherduck": { "command": "uvx", "args": [ "mcp-server-motherduck", "--db-path", "./chess_pipeline.duckdb" ] } } }