Added

{ New } - MCP Server

๐Ÿš€ MCP Server

Weโ€™re excited to announce the official launch of the MCP Server - a powerful tool for interacting with AI agents through a structured protocol!

๐Ÿ“„ Documentation: MCP Server API Docs

๐Ÿ” What is MCP?

MCP (Model Context Protocol) is a server that allows you to:

  • Send structured prompts and system instructions to AI agents
  • Manage multiple agent contexts and sessions
  • Chain agent reasoning steps using history
  • Build powerful AI workflows with fine-grained control

๐Ÿง  Key Features

  • Full REST API interface
  • Supports multi-turn conversations
  • Integrated system/user/assistant role structure
  • Agent state persistence
  • Fast and lightweight server ideal for production and experimentation

๐Ÿ“ฆ Use Cases

  • AI research & prompt engineering
  • Autonomous agent orchestration
  • Server-side inference pipelines
  • Custom AI assistants and LLM-based tools

โš™๏ธ Setup

Add to~/.cursor/mcp.json:

{
  "mcpServers": {
    "cavalier-api": {
      "url": "https://docs.hudsonrock.com/mcp"
    }
  }
}


We're actively improving it, so please check out the docs and give us your feedback. Contributions and ideas welcome!

โ†’ Explore the MCP Docs