agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; mcp: This MCP server uses pre-computed code graphs to provide sub-second responses for symbol lookups, call-graph traversal, and cross-subsystem analysis. It integrates with AI agents via the Model Context Protocol, offering both default symbol context mode and experimental GraphRAG mode for deeper code exploration. The server supports caching for fast performance and works with popular MCP clients like Claude Code CLI and Cursor.
Developing new AI agents with a standard interface
AI agents understanding unfamiliar codebases instantly