šŸ¤– Learning MCP server development.

Some notes and learnings when working with šŸ¤– MCP Servers, and things that might be related or helpful in the future.

šŸ”§ NICE!!! Finished, now building my own mcp... šŸ”§ Coming soon @ /mcp

Alex Rocks at MCP

Some Useful Links:

Model Context Protocol:

The MCP Standard and related links.

Shopify:

Remote-dom for MCP UI.

Cloudflare:

Cloudflare has a lot of uniques, and easy of deployments when it comes to MCP servers.

  • Sunil Pai's Thoughts

    code-mod with "dynamic worker loaders" could mean "better" MCP Servers. Potentially, this will reduce complexity when managing security for MCP servers. Also, I'm a fan of the reduced token carry over in the models' reasoning chain. In essence, these two will allow "unique" case code generation (throw away code) that will be run inside a sandbox which later communicates back to the MCP server via postMessage with results.

  • code-mod
  • dynamic worker loaders