What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI models to interact with external tools and data sources. Geoff implements MCP servers that allow any MCP-compatible client to access Geoff’s capabilities.How it Works
- Your application connects to Geoff’s MCP server endpoint
- The MCP client discovers available tools
- The AI model can call these tools during conversations
- Geoff executes the tool calls and returns results
Connecting to Geoff via MCP
Streamable HTTP Transport
Available MCP Servers
| Server | Endpoint | Capabilities |
|---|---|---|
| Web Search | /v1/mcp/web-search | Web search, URL fetching |
| Image | /v1/mcp/image | Image generation, editing |
| File | /v1/mcp/file | File upload, retrieval |
Compatible Clients
Any MCP-compatible client works with Geoff, including:- Claude Code
- Claude Desktop
- Cursor
- Zed
- Cline
- Custom clients using the MCP SDK