dolphin-mcp

Dolphin MCP is a flexible Python library and CLI tool for interacting with Model Context Protocol (MCP) servers. It allows users to connect to multiple MCP servers and provides a conversational interface for manipulating data using natural language. The tool supports various LLM models such as OpenAI and Anthropic, and presents results in a user-friendly manner.

GitHub Stars

511

User Rating

Not Rated

Favorites

0

Views

33

Forks

55

Issues

16

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python 3.10+
SQLite - A lightweight database used by the demo
uv/uvx - A fast Python package installer and resolver

Installation Steps

1. Clone Repository

bash
git clone https://github.com/cognitivecomputations/dolphin-mcp
cd dolphin-mcp

2. Install Dependencies

bash
pip install dolphin-mcp-cli

3. Set Environment Variables

Set your API key in environment variables.
bash
export API_KEY="your-api-key"

Troubleshooting

Common Issues

Issue: Command not found after installation Solution: Ensure the pip installation directory is included in your PATH environment variable.

Additional Resources