CopilotKit: CopilotKit is a React framework for embedding AI copilots, chatbots, and in-app agents directly into web applications. It provides UI components (chat interface, sidebar, textarea) and backend infrastructure for building agentic frontends — where AI can read and modify application state, take actions, and render generative UI. Supports LangChain, LangGraph, CrewAI, and custom agent backends.; action_mcp: ActionMCP is a Ruby gem that simplifies the integration of Ruby on Rails applications with the Model Context Protocol (MCP), acting as an MCP server. It enables AI assistants to interact with external data sources and tools in a standardized, secure, and production-ready manner.
Adding a context-aware AI copilot to a SaaS product that understands app state
Building an MCP server to expose Ruby/Rails application functionality to AI assistants and LLMs.