Added
{ New } - MCP Server
5 months ago by Dan Benshitrit
๐ 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!
