{ New } - MCP Server
17 days ago by Dan Benchetrit
π 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!