Explore >> Select a destination


You are here

www.shuttle.dev
| | lukaswerner.com
5.5 parsecs away

Travel
| | A little under a year ago I published a post where I had gotten existential crisis about the future of software engineering. In the time since then I've continued to program, with and without AI on various projects. The time after I had that 'Deep Blue'1 moment probably has taught me more about the future of the industry than that one shock.
| | ezyang.github.io
3.2 parsecs away

Travel
| | Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can.
| | glama.ai
3.9 parsecs away

Travel
| | A remote MCP server implementation that demonstrates authentication and authorization capabilities using OAuth 2.1. This is a workshop project for learning how to build secure MCP servers with user authentication.
| | gist.github.com
6.6 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.