Explore >> Select a destination


You are here

github.com
| | www.shuttle.rs
3.1 parsecs away

Travel
| | Learn how to build MCP server in Rust using the rmcp crate. This MCP server development guide covers stdio MCP server creation, DNS lookup MCP implementation, and AI agent extension with Model Context Protocol Rust SDK.
| | glama.ai
0.1 parsecs away

Travel
| | Enables AI assistants to query and explore distributed data across EdgeLake nodes through SQL operations, resource discovery, and schema inspection. Supports complex queries with joins, aggregations, and metadata fields across multiple databases and tables.
| | www.observeinc.com
3.2 parsecs away

Travel
| | When your AI assistant can inspect logs, metrics, and code in the same window, troubleshooting turns from a crime?scene investigation into a conversation.
| | ezyang.github.io
24.9 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.