Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/integrations/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ for exposing tools to AI clients. Mellea integrates with MCP via
[FastMCP](https://github.com/jlowin/fastmcp): wrap any Mellea function as an MCP tool
and call it from Claude Desktop, Cursor, or any MCP-compatible client.

> Looking to **call** tools from an MCP server? See [MCP tools](../how-to/tools-and-agents#mcp-tools) in Tools and Agents.

**Prerequisites:** `pip install mellea`, `pip install "mcp[cli]"`, Ollama running locally.

## Creating an MCP server
Expand Down
Loading